Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
| Include | #include "Widgets/Layout/SScrollBox.h" |
Syntax
enum EScrollWhenFocusChanges
{
NoScroll,
InstantScroll,
AnimatedScroll,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Set behavior when user focus changes inside this scroll box