# C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit*">InsertVerticalSplit Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit(System.Int32)">InsertVerticalSplit(int)</h4>
<div class="markdown level1 summary"><p>Inserts a vertical split at the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void InsertVerticalSplit(int idx)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub InsertVerticalSplit(idx 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.int32">int</a></td>
      <td><span class="parametername">idx</span></td>
      <td><p>A zero-based integer that identifies the position of the new split.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>By default the list has one vertical split.</p>
</div>
</div>
