Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Layout > API/Runtime/Slate/Widgets/Layout/SScrollBar
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SScrollBar::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBar.h |
| Include | #include "Widgets/Layout/SScrollBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScrollBar >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AlwaysShowScrollbar
(
bool InArg |
||
| WidgetArgsType & | AlwaysShowScrollbarTrack
(
bool InArg |
||
| WidgetArgsType & | DragFocusCause
(
EFocusCause InArg |
||
| WidgetArgsType & | HideWhenNotInUse
(
bool InArg |
||
| WidgetArgsType & | OnUserScrolled
(
const FOnUserScrolled& InDelegate |
||
| WidgetArgsType & | Orientation
(
EOrientation InArg |
||
| WidgetArgsType & | Padding
(
const TAttribute< FMargin >& InAttribute |
The margin around the scrollbar | |
| WidgetArgsType & | PreventThrottling
(
bool InArg |
||
| WidgetArgsType & | Style
(
const FScrollBarStyle* InArg |
The style to use for this scrollbar | |
| WidgetArgsType & | Thickness
(
const TAttribute< FVector2D >& InAttribute |
The thickness of the scrollbar thumb |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |