Virtualize<TItem>.ItemSize Property

Definition

Gets the size of each item in pixels. Defaults to 50px.

public:
 property float ItemSize { float get(); void set(float value); };
[Microsoft.AspNetCore.Components.Parameter]
public float ItemSize { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.ItemSize : single with get, set
Public Property ItemSize As Single

Property Value

Attributes

Applies to