# C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TouchToolKit_TableLayoutPanelZoomPolicy" data-uid="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy" class="text-break">TableLayoutPanelZoomPolicy 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.tablelayoutpanel">TableLayoutPanel</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">TableLayoutPanelZoomPolicy</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_TableLayoutPanelZoomPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableLayoutPanelZoomPolicy : ScrollableControlZoomPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableLayoutPanelZoomPolicy
    Inherits ScrollableControlZoomPolicy</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_TableLayoutPanelZoomPolicy_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>
If <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.tablelayoutpanel.columnstyles">ColumnStyles</a> has items and items' <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.tablelayoutstyle.sizetype">SizeType</a> is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.sizetype#system-windows-forms-sizetype-absolute">Absolute</a>, this zoom policy will change <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.columnstyle.width">Width</a>.
</p>
<p>
If <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.tablelayoutpanel.rowstyles">RowStyles</a> has items and items' <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.tablelayoutstyle.sizetype">SizeType</a> is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.sizetype#system-windows-forms-sizetype-absolute">Absolute</a>, this zoom policy will change <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.rowstyle.height">Height</a>.
</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_TableLayoutPanelZoomPolicy__ctor" data-uid="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.#ctor">
          <a class="xref" href="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.-ctor.html#C1_Win_TouchToolKit_TableLayoutPanelZoomPolicy__ctor">TableLayoutPanelZoomPolicy()</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_TableLayoutPanelZoomPolicy_TargetType" data-uid="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.TargetType">
          <a class="xref" href="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.TargetType.html#C1_Win_TouchToolKit_TableLayoutPanelZoomPolicy_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_TableLayoutPanelZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_" data-uid="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.ZoomBounds(System.Windows.Forms.Control,C1.Win.TouchToolKit.ZoomBoundsInfo)">
          <a class="xref" href="C1.Win.TouchToolKit.TableLayoutPanelZoomPolicy.ZoomBounds.html#C1_Win_TouchToolKit_TableLayoutPanelZoomPolicy_ZoomBounds_System_Windows_Forms_Control_C1_Win_TouchToolKit_ZoomBoundsInfo_">ZoomBounds(Control, ZoomBoundsInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Zoom the control bounds.</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>
