# C1.Blazor.TreeView.TreeViewVirtualStackPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_TreeView_TreeViewVirtualStackPanel" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel" class="text-break">TreeViewVirtualStackPanel Class
</h1>
  <div class="markdown level0 summary"><p>Component used to render a virtualized list of items.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">TreeViewVirtualStackPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.TreeView.html">C1.Blazor.TreeView</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.TreeView.dll</h6>
  <h5 id="C1_Blazor_TreeView_TreeViewVirtualStackPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TreeViewVirtualStackPanel : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TreeViewVirtualStackPanel
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_TreeView_TreeViewVirtualStackPanel__ctor" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel.#ctor">
          <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.-ctor.html#C1_Blazor_TreeView_TreeViewVirtualStackPanel__ctor">TreeViewVirtualStackPanel()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_TreeView_TreeViewVirtualStackPanel_Items" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel.Items">
          <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.Items.html#C1_Blazor_TreeView_TreeViewVirtualStackPanel_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of items displayed in the <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.html">TreeViewVirtualStackPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_TreeViewVirtualStackPanel_OnClick" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel.OnClick">
          <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.OnClick.html#C1_Blazor_TreeView_TreeViewVirtualStackPanel_OnClick">OnClick</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_TreeView_TreeViewVirtualStackPanel_OnMouseDown" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel.OnMouseDown">
          <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.OnMouseDown.html#C1_Blazor_TreeView_TreeViewVirtualStackPanel_OnMouseDown">OnMouseDown</a>
        </td>
        <td class="markdown level1 summary"><p>This Callback will gets and sets by Blazor framework automatically for binding feature.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_TreeView_TreeViewVirtualStackPanel_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.TreeView.TreeViewVirtualStackPanel.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.TreeView.TreeViewVirtualStackPanel.BuildRenderTree.html#C1_Blazor_TreeView_TreeViewVirtualStackPanel_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
