Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/UListViewBase
Syntax
UPROPERTY (EditAnywhere, Category=Scrolling,
Meta=(EditCondition=bEnableFixedLineOffset, ClampMin=0.0f, ClampMax=0.5f))
float FixedLineScrollOffset
Remarks
Optional fixed offset (in lines) to always apply to the top/left (depending on orientation) of the list. If provided, all non-inertial means of scrolling will settle with exactly this offset of the topmost entry. Ex: A value of 0.25 would cause the topmost full entry to be offset down by a quarter length of the preceeding entry.