Navigation
API > API/Runtime > API/Runtime/Slate
Set behavior when user focus changes inside this scroll box
| Name | EScrollWhenFocusChanges |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include Path | #include "Widgets/Layout/SScrollBox.h" |
Syntax
enum EScrollWhenFocusChanges
{
NoScroll,
InstantScroll,
AnimatedScroll,
}
Values
| Name | Remarks |
|---|---|
| NoScroll | Don't automatically scroll, navigation or child widget will handle this |
| InstantScroll | Instantly scroll using NavigationDestination rule |
| AnimatedScroll | Use animation to scroll using NavigationDestination rule |