# C1.Framework.FlowPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_FlowPanel" data-uid="C1.Framework.FlowPanel" class="text-break">FlowPanel Class
</h1>
  <div class="markdown level0 summary"><p>Panel that stacks children horizontally or vertically.</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="C1.Framework.Element.html">Element</a></div>
    <div class="level2"><a class="xref" href="C1.Framework.BasePanel.html">BasePanel</a></div>
    <div class="level3"><span class="xref">FlowPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_FlowPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlowPanel : BasePanel, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlowPanel
    Inherits BasePanel
    Implements ISupportUia</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_Framework_FlowPanel__ctor" data-uid="C1.Framework.FlowPanel.#ctor">
          <a class="xref" href="C1.Framework.FlowPanel.-ctor.html#C1_Framework_FlowPanel__ctor">FlowPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.FlowPanel.html">FlowPanel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_FlowPanel__ctor_C1_Framework_Style_" data-uid="C1.Framework.FlowPanel.#ctor(C1.Framework.Style)">
          <a class="xref" href="C1.Framework.FlowPanel.-ctor.html#C1_Framework_FlowPanel__ctor_C1_Framework_Style_">FlowPanel(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.FlowPanel.html">FlowPanel</a> with the specified style settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_FlowPanel__ctor_C1_Framework_Style_System_Boolean_" data-uid="C1.Framework.FlowPanel.#ctor(C1.Framework.Style,System.Boolean)">
          <a class="xref" href="C1.Framework.FlowPanel.-ctor.html#C1_Framework_FlowPanel__ctor_C1_Framework_Style_System_Boolean_">FlowPanel(Style, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.FlowPanel.html">FlowPanel</a> with the specified style and orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_FlowPanel__ctor_System_Boolean_" data-uid="C1.Framework.FlowPanel.#ctor(System.Boolean)">
          <a class="xref" href="C1.Framework.FlowPanel.-ctor.html#C1_Framework_FlowPanel__ctor_System_Boolean_">FlowPanel(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.FlowPanel.html">FlowPanel</a> of the specified orientation.</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_Framework_FlowPanel_Orientation" data-uid="C1.Framework.FlowPanel.Orientation">
          <a class="xref" href="C1.Framework.FlowPanel.Orientation.html#C1_Framework_FlowPanel_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the <a class="xref" href="C1.Framework.FlowPanel.Orientation.html#C1_Framework_FlowPanel_Orientation">Orientation</a> value to use for layout children.</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_Framework_FlowPanel_AlignChildren_System_Drawing_Graphics_" data-uid="C1.Framework.FlowPanel.AlignChildren(System.Drawing.Graphics)">
          <a class="xref" href="C1.Framework.FlowPanel.AlignChildren.html#C1_Framework_FlowPanel_AlignChildren_System_Drawing_Graphics_">AlignChildren(Graphics)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_FlowPanel_LayoutChildren_System_Drawing_Graphics_" data-uid="C1.Framework.FlowPanel.LayoutChildren(System.Drawing.Graphics)">
          <a class="xref" href="C1.Framework.FlowPanel.LayoutChildren.html#C1_Framework_FlowPanel_LayoutChildren_System_Drawing_Graphics_">LayoutChildren(Graphics)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
