Class TreeListScrollMode
Inheritance
System.Object
TreeListScrollMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class TreeListScrollMode : Enum
Fields
Scrollable
Default scroll mode, Requires setting the component's Height
Declaration
public const TreeListScrollMode Scrollable
Field Value
TreeListScrollMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Virtual
Displays on pager and renders a portion of the data (optimized rendering) while the user is scrolling the content
Declaration
public const TreeListScrollMode Virtual
Field Value
TreeListScrollMode
|