# C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy" data-uid="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy" class="text-break">FlowLayoutPanelZoomPolicy Class
</h1>
  <div class="markdown level0 summary"><p>Represents a zoom policy for <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.flowlayoutpanel">FlowLayoutPanel</a> type control.</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.Win.TouchToolKit.ZoomPolicy.html">ZoomPolicy</a></div>
    <div class="level2"><a class="xref" href="C1.Win.TouchToolKit.ControlZoomPolicy.html">ControlZoomPolicy</a></div>
    <div class="level3"><a class="xref" href="C1.Win.TouchToolKit.ScrollableControlZoomPolicy.html">ScrollableControlZoomPolicy</a></div>
    <div class="level4"><span class="xref">FlowLayoutPanelZoomPolicy</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.10.dll</h6>
  <h5 id="C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlowLayoutPanelZoomPolicy : ScrollableControlZoomPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlowLayoutPanelZoomPolicy
    Inherits ScrollableControlZoomPolicy</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>In order to keep <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.flowlayoutpanel">FlowLayoutPanel</a>'s layout after zoom,
this zoom policy will call <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.suspendlayout">SuspendLayout()</a> method in <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Initialize.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Initialize_System_Windows_Forms_Control_">Initialize(Control)</a> method,
and call <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resumelayout#system-windows-forms-control-resumelayout">ResumeLayout()</a> method in <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Terminate.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Terminate_System_Windows_Forms_Control_">Terminate(Control)</a> method.</p>
</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_Win_TouchToolKit_FlowLayoutPanelZoomPolicy__ctor" data-uid="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.-ctor.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy__ctor">FlowLayoutPanelZoomPolicy()</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_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_TargetType" data-uid="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.TargetType">
          <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.TargetType.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_TargetType">TargetType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type indicates which control type can use this policy.</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_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Initialize_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Initialize(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Initialize.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Initialize_System_Windows_Forms_Control_">Initialize(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the control before zoom action start.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Terminate_System_Windows_Forms_Control_" data-uid="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Terminate(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.TouchToolKit.FlowLayoutPanelZoomPolicy.Terminate.html#C1_Win_TouchToolKit_FlowLayoutPanelZoomPolicy_Terminate_System_Windows_Forms_Control_">Terminate(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Terminate the control after zoom action completely.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Win.TouchToolKit.ZoomPolicy.html">ZoomPolicy</a></div>
      <div><a class="xref" href="C1.Win.TouchToolKit.ControlZoomPolicy.html">ControlZoomPolicy</a></div>
  </div>

</div>
