# C1.Win.List.C1DisplayColumn.FixColumn

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_C1DisplayColumn_FixColumn_" data-uid="C1.Win.List.C1DisplayColumn.FixColumn*">FixColumn Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_C1DisplayColumn_FixColumn_" data-uid="C1.Win.List.C1DisplayColumn.FixColumn*"></a>
<h4 id="C1_Win_List_C1DisplayColumn_FixColumn_System_Boolean_" data-uid="C1.Win.List.C1DisplayColumn.FixColumn(System.Boolean)">FixColumn(bool)</h4>
<div class="markdown level1 summary"><p>Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void FixColumn(bool v)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub FixColumn(v As Boolean)</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.boolean">bool</a></td>
      <td><span class="parametername">v</span></td>
      <td><p>True to fix the column.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_List_C1DisplayColumn_FixColumn_" data-uid="C1.Win.List.C1DisplayColumn.FixColumn*"></a>
<h4 id="C1_Win_List_C1DisplayColumn_FixColumn_System_Boolean_System_Int32_" data-uid="C1.Win.List.C1DisplayColumn.FixColumn(System.Boolean,System.Int32)">FixColumn(bool, int)</h4>
<div class="markdown level1 summary"><p>Fixes the column to keep it from scrolling when v is True, and unfixes the column when v is False.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void FixColumn(bool v, int pos)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub FixColumn(v As Boolean, pos As Integer)</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.boolean">bool</a></td>
      <td><span class="parametername">v</span></td>
      <td><p>True to fix the column.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pos</span></td>
      <td><p>The column index position after it is fixed.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_List_C1DisplayColumn_FixColumn_System_Boolean_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>if v is True, the column is fixed and moved to the start position.
If v is False, the column is unfixed and moved to the last position.</p>
</div>
</div>
