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