Navigation
API > API/Runtime > API/Runtime/Slate
How the list panel scrolls an offscreen item into view
| Name | EScrollIntoViewAlignment |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include Path | #include "Widgets/Views/STableViewBase.h" |
Syntax
enum EScrollIntoViewAlignment
{
IntoView,
TopOrLeft,
CenterAligned,
BottomOrRight,
}
Values
| Name | Remarks |
|---|---|
| IntoView | Item will only be scrolled enough to be brought into view |
| TopOrLeft | Always scroll the widget so it appears at the top/Left of the scrollable area. |
| CenterAligned | Item will be aligned to the center of the view |
| BottomOrRight | Always scroll the widget so it appears at the bottom/Right of the scrollable area. |