# C1.Blazor.Ribbon.ToolStripPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Ribbon_ToolStripPanel" data-uid="C1.Blazor.Ribbon.ToolStripPanel" class="text-break">ToolStripPanel Class
</h1>
  <div class="markdown level0 summary"><p>This is the main panel that show the visible (non-overflow) 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">ToolStripPanel</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.Ribbon.html">C1.Blazor.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Ribbon.dll</h6>
  <h5 id="C1_Blazor_Ribbon_ToolStripPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ToolStripPanel : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ToolStripPanel
    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_Ribbon_ToolStripPanel__ctor" data-uid="C1.Blazor.Ribbon.ToolStripPanel.#ctor">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.-ctor.html#C1_Blazor_Ribbon_ToolStripPanel__ctor">ToolStripPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.html">ToolStripPanel</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_OrientationProperty" data-uid="C1.Blazor.Ribbon.ToolStripPanel.OrientationProperty">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.Orientation.html#C1_Blazor_Ribbon_ToolStripPanel_Orientation">Orientation</a> dependency property.</p>
</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_Ribbon_ToolStripPanel_NeedsOverflow" data-uid="C1.Blazor.Ribbon.ToolStripPanel.NeedsOverflow">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.NeedsOverflow.html#C1_Blazor_Ribbon_ToolStripPanel_NeedsOverflow">NeedsOverflow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets true if not all the items were laid out.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_Orientation" data-uid="C1.Blazor.Ribbon.ToolStripPanel.Orientation">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.Orientation.html#C1_Blazor_Ribbon_ToolStripPanel_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_ShownItemsCount" data-uid="C1.Blazor.Ribbon.ToolStripPanel.ShownItemsCount">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.ShownItemsCount.html#C1_Blazor_Ribbon_ToolStripPanel_ShownItemsCount">ShownItemsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of displayed items.</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_Ribbon_ToolStripPanel_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.Ribbon.ToolStripPanel.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.BuildRenderTree.html#C1_Blazor_Ribbon_ToolStripPanel_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_Dispose_System_Boolean_" data-uid="C1.Blazor.Ribbon.ToolStripPanel.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.Dispose.html#C1_Blazor_Ribbon_ToolStripPanel_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.Ribbon.ToolStripPanel.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.OnAfterRender.html#C1_Blazor_Ribbon_ToolStripPanel_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Ribbon_ToolStripPanel_OnInitialized" data-uid="C1.Blazor.Ribbon.ToolStripPanel.OnInitialized">
          <a class="xref" href="C1.Blazor.Ribbon.ToolStripPanel.OnInitialized.html#C1_Blazor_Ribbon_ToolStripPanel_OnInitialized">OnInitialized()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
