Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STileView
- STableViewBase::ScrollBy()
- SListView::ScrollBy()
- STileView::ScrollBy()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h |
| Include | #include "Widgets/Views/STileView.h" |
virtual float ScrollBy
&40;
const FGeometry & MyGeometry,
float ScrollByAmount,
EAllowOverscroll InAllowOverscroll
&41;
Remarks
Scroll the list view by some number of screen units. The amount actually scrolled in items
Parameters
| Name | Description |
|---|---|
| MyGeometry | The geometry of the ListView at the time |
| ScrollByAmount | The amount to scroll by in Slate Screen Units. |
| AllowOverscroll | Should we allow scrolling past the beginning/end of the list? |