Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/ITypedUMGListView
Inheritance Hierarchy
- ITypedUMGListView::FListViewConstructArgs
- ITypedUMGListView::FTileViewConstructArgs
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/ListViewBase.h |
Include | #include "Components/ListViewBase.h" |
Syntax
struct FListViewConstructArgs
Remarks
ListView construction helpers Use these instead of SNew-ing your owned ListView directly to get exposed events for free
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAllowFocus | |
![]() |
bool | bClearSelectionOnClick | |
![]() |
bool | bPreventThrottling | |
![]() |
bool | bReturnFocusToSelection | |
![]() |
EConsumeMouseWheel | ConsumeMouseWheel | |
![]() |
const FTableViewStyle * | ListViewStyle | |
![]() |
EOrientation | Orientation | |
![]() |
const FScrollBarStyle * | ScrollBarStyle | |
![]() |
ESelectionMode::Type | SelectionMode |