Virtualize<TItem>.ItemSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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