# C1.Win.List.ListBase.C1ListBase.ItemHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_C1ListBase_ItemHeight_" data-uid="C1.Win.List.ListBase.C1ListBase.ItemHeight*">ItemHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_C1ListBase_ItemHeight_" data-uid="C1.Win.List.ListBase.C1ListBase.ItemHeight*"></a>
<h4 id="C1_Win_List_ListBase_C1ListBase_ItemHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ItemHeight">ItemHeight</h4>
<div class="markdown level1 summary"><p>Returns or sets the height of all 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 int ItemHeight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Layout&gt;
Public Property ItemHeight As Integer</code></pre>
</div>
<h5 id="C1_Win_List_ListBase_C1ListBase_ItemHeight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>
The default value depends upon the character height of the current font. 
</p>
<p>
If the control's <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowRowSizing.html#C1_Win_List_ListBase_C1ListBase_AllowRowSizing">AllowRowSizing</a> property is set to True 
and the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectionMode.html#C1_Win_List_ListBase_C1ListBase_SelectionMode">SelectionMode</a> 
property is set to CheckBox, then the user can adjust the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ItemHeight.html#C1_Win_List_ListBase_C1ListBase_ItemHeight">ItemHeight</a> property at run time 
by dragging the row divider between any pair of checkboxes. 
</p>
<p>
</p>
</div>
</div>
