Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableViewBase
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include | #include "Widgets/Views/STableViewBase.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
virtual float ScrollBy
(
const FGeometry & MyGeometry,
float ScrollByAmount,
EAllowOverscroll InAllowOverscroll
)
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? |