Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridBase Class / IsVirtualizationEnabled Property

In This Topic
    IsVirtualizationEnabled Property
    In This Topic
    Gets or sets whether the ui will be virtualized. Default true.
    Syntax
    'Declaration
     
    
    Public Property IsVirtualizationEnabled As Boolean
    public bool IsVirtualizationEnabled {get; set;}
    Remarks
    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.
    See Also