EDescendantScrollDestination

Where to scroll the descendant to

Choose your operating system:

Windows

macOS

Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Syntax

enum EDescendantScrollDestination
{
    IntoView,
    TopOrLeft,
    Center,
    BottomOrRight,
}

Values

Name

Description

IntoView

Scroll the widget into view using the least amount of energy possible.

TopOrLeft

Always scroll the widget so it appears at the top/Left of the scrollable area.

Center

Always scroll the widget so it appears at the center of the scrollable area, if possible.

BottomOrRight

Always scroll the widget so it appears at the bottom/Right of the scrollable area.

Remarks

Where to scroll the descendant to