Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include | #include "Widgets/Views/STableViewBase.h" |
Syntax
enum EScrollIntoViewAlignment
{
IntoView,
TopOrLeft,
CenterAligned,
BottomOrRight,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
How the list panel scrolls an offscreen item into view