# C1.Win.List.PrintInfo.RowHeightEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_PrintInfo_RowHeightEnum" data-uid="C1.Win.List.PrintInfo.RowHeightEnum" class="text-break">PrintInfo.RowHeightEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how rows' heights are determined.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_PrintInfo_RowHeightEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PrintInfo.RowHeightEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PrintInfo.RowHeightEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_List_PrintInfo_RowHeightEnum_LikeGrid">LikeGrid</td>
        <td><p>Use the grid's row height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_RowHeightEnum_StretchToFit">StretchToFit</td>
        <td><p>Stretch rows vertically to fit all data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_PrintInfo_RowHeightEnum_StretchToMax">StretchToMax</td>
        <td><p>Stretch rows vertically but not greater than <a class="xref" href="C1.Win.List.PrintInfo.MaxRowHeight.html#C1_Win_List_PrintInfo_MaxRowHeight">MaxRowHeight</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
