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 EDescendantScrollDestination
{
IntoView,
TopOrLeft,
Center,
BottomOrRight,
}
Name |
Description |
---|---|
IntoView |
Scroll the widget into view using the least amount of energy possible. |
TopOrLeft |
Always scroll the widget so it appears at the top/Left of the scrollable area. |
Center |
Always scroll the widget so it appears at the center of the scrollable area, if possible. |
BottomOrRight |
Always scroll the widget so it appears at the bottom/Right of the scrollable area. |
Where to scroll the descendant to