SListView::RequestScrollIntoView

Scroll an item into view. If the item is not found, fails silently.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

void RequestScrollIntoView
(
    ItemType ItemToView,
    const uint32 UserIndex
)

Remarks

Scroll an item into view. If the item is not found, fails silently.

Parameters

Parameter

Description

ItemToView

The item to scroll into view on next tick.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss