Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STileView
- STableViewBase::ScrollIntoView()
- SListView::ScrollIntoView()
- STileView::ScrollIntoView()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h |
| Include | #include "Widgets/Views/STileView.h" |
virtual SListView< ItemType >::EScrollIntoViewResult ScrollIntoView
&40;
const FGeometry & ListViewGeometry
&41;
Remarks
If there is a pending request to scroll an item into view, do so.
Parameters
| Name | Description |
|---|---|
| ListViewGeometry | The geometry of the listView; can be useful for centering the item. |