# C1.Win.Sizer.Row.Size

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Sizer_Row_Size_" data-uid="C1.Win.Sizer.Row.Size*">Size Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Sizer_Row_Size_" data-uid="C1.Win.Sizer.Row.Size*"></a>
<h4 id="C1_Win_Sizer_Row_Size" data-uid="C1.Win.Sizer.Row.Size">Size</h4>
<div class="markdown level1 summary"><p>Gets or sets the height of the <a class="xref" href="C1.Win.Sizer.Row.html">Row</a> in pixels.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(SizeUnitConverter))]
[Browsable(true)]
public override int Size { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(SizeUnitConverter))&gt;
&lt;Browsable(True)&gt;
Public Overrides Property Size As Integer</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="C1.Win.Sizer.Band.Size.html#C1_Win_Sizer_Band_Size">Band.Size</a></div>
<h5 id="C1_Win_Sizer_Row_Size_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The Size property is updated whenever the control is resized, so that the 
rows take up the entire height of the control.</p>
<p>You can prevent specific rows from being resized with the form by setting 
their <a class="xref" href="C1.Win.Sizer.Band.IsFixedSize.html#C1_Win_Sizer_Band_IsFixedSize">IsFixedSize</a> property. You can also set the size of multiple 
rows with a single call using the <a class="xref" href="C1.Win.Sizer.BandCollection.SetSizes.html#C1_Win_Sizer_BandCollection_SetSizes_System_Int32___">SetSizes(int[])</a> method in the 
<a class="xref" href="C1.Win.Sizer.RowCollection.html">RowCollection</a> class.</p>
<p>When entering row heights or column widths into the PropertyGrid, you may
also specify values as percentages of the control size (e.g. "25%").</p>
</div>
</div>
