Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SListView
Description
Requests a deferred pixel-based scroll to fully reveal a nested descendant widget that is clipped by this list's viewport. Intended for ancestor/root lists only - lists actively handling their own navigation scroll (bNavigateOnScrollIntoView == true) skip this to avoid double-scrolling.
| Name | ScrollNestedClippedWidgetIntoView |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h |
| Include Path | #include "Widgets/Views/SListView.h" |
void ScrollNestedClippedWidgetIntoView
(
const SWidget & InWidget
)