# C1.Win.List.ListBase.C1ListBase.LeftCol

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_LeftCol_" data-uid="C1.Win.List.ListBase.C1ListBase.LeftCol*">LeftCol Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_LeftCol_" data-uid="C1.Win.List.ListBase.C1ListBase.LeftCol*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_LeftCol" data-uid="C1.Win.List.ListBase.C1ListBase.LeftCol">LeftCol</h4>
<div class="markdown level1 summary"><p>Returns or sets the zero-based index of the leftmost column in a list or split.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public int LeftCol { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property LeftCol As Integer</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_LeftCol_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Use this property in code to scroll a list or split horizontally. Use the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.TopIndex.html#C1_Win_List_ListBase_C1ListBase_TopIndex">TopIndex</a> property to determine the bookmark of the first visible row in a list or split.</p>
</div>
</div>
