# FarPoint.Win.Spread.FpSpread.PerformLayout

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpSpread_PerformLayout_" data-uid="FarPoint.Win.Spread.FpSpread.PerformLayout*">PerformLayout Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpSpread_PerformLayout_" data-uid="FarPoint.Win.Spread.FpSpread.PerformLayout*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_PerformLayout" data-uid="FarPoint.Win.Spread.FpSpread.PerformLayout">PerformLayout()</h4>
<div class="markdown level1 summary"><p>Forces the component to apply layout logic to its child controls.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PerformLayout()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PerformLayout()</code></pre>
</div>


<a id="FarPoint_Win_Spread_FpSpread_PerformLayout_" data-uid="FarPoint.Win.Spread.FpSpread.PerformLayout*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_PerformLayout_System_Windows_Forms_Control_System_String_" data-uid="FarPoint.Win.Spread.FpSpread.PerformLayout(System.Windows.Forms.Control,System.String)">PerformLayout(Control, string)</h4>
<div class="markdown level1 summary"><p>Forces the component to apply layout logic to the specified child control
for the specified property change.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void PerformLayout(Control affectedControl, string affectedProperty)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub PerformLayout(affectedControl As Control, affectedProperty As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></td>
      <td><span class="parametername">affectedControl</span></td>
      <td><p>Child control</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">affectedProperty</span></td>
      <td><p>Property that changed in the child control</p>
</td>
    </tr>
  </tbody>
</table>
</div>
