Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h |
Include |
#include "Widgets/Layout/SScrollBox.h" |
enum EScrollWhenFocusChanges
{
NoScroll,
InstantScroll,
AnimatedScroll,
}
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 |
Set behavior when user focus changes inside this scroll box