[]
        
(Showing Draft Content)

C1.Blazor.TreeView.TreeViewVirtualStackPanel

TreeViewVirtualStackPanel Class

Component used to render a virtualized list of items.

Inheritance
TreeViewVirtualStackPanel
Namespace: C1.Blazor.TreeView
Assembly: C1.Blazor.TreeView.dll
Syntax
public class TreeViewVirtualStackPanel : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable
Public Class TreeViewVirtualStackPanel
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable

Constructors

Name Description
TreeViewVirtualStackPanel()

Properties

Name Description
Items

Gets or sets the collection of items displayed in the TreeViewVirtualStackPanel.

OnClick

This Callback will gets and sets by Blazor framework automatically for binding feature.

OnMouseDown

This Callback will gets and sets by Blazor framework automatically for binding feature.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)