# C1.Win.List.ListBase.C1ListBase.RowDivider

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_RowDivider_" data-uid="C1.Win.List.ListBase.C1ListBase.RowDivider*">RowDivider Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_RowDivider_" data-uid="C1.Win.List.ListBase.C1ListBase.RowDivider*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_RowDivider" data-uid="C1.Win.List.ListBase.C1ListBase.RowDivider">RowDivider</h4>
<div class="markdown level1 summary"><p>Determines the style of the border drawn between list rows.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Layout]
public GridLines RowDivider { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Layout&gt;
Public Property RowDivider As GridLines</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_RowDivider_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The Style property of RowDivider does not control whether rows can be resized by dragging their border.
Use the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowRowSizing.html#C1_Win_List_ListBase_C1ListBase_AllowRowSizing">AllowRowSizing</a> property to control this behavior.</p>
</div>
</div>
