# C1.Win.List.ListBase.C1ListBase.AllowRowSizing

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_AllowRowSizing_" data-uid="C1.Win.List.ListBase.C1ListBase.AllowRowSizing*">AllowRowSizing Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_AllowRowSizing_" data-uid="C1.Win.List.ListBase.C1ListBase.AllowRowSizing*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_AllowRowSizing" data-uid="C1.Win.List.ListBase.C1ListBase.AllowRowSizing">AllowRowSizing</h4>
<div class="markdown level1 summary"><p>Specifies if a user is allowed to resize the rows in the list.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
[Layout]
public RowSizingEnum AllowRowSizing { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
&lt;Layout&gt;
Public Property AllowRowSizing As RowSizingEnum</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_AllowRowSizing_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
This property determines whether a user is allowed to resize rows individually, all together, or not at all.
</p>
<p>
This property only works when the SelectionMode property is set to CheckBox.
</p>
</div>
</div>
