[]
Gets or sets whether the ui will be virtualized. Default true
.
[Parameter]
public bool IsVirtualizationEnabled { get; set; }
To improve loading performance and network bandwidth usage, the cells are rendered as the user scrolls the controls. If the number of cells is small it could be convenient to disable virtualization to improve scrolling speed.