# C1.Win.FlexGrid.AllowResizingEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_AllowResizingEnum" data-uid="C1.Win.FlexGrid.AllowResizingEnum" class="text-break">AllowResizingEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether the user should be able to resize rows and columns with the mouse.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_AllowResizingEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AllowResizingEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AllowResizingEnum</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_FlexGrid_AllowResizingEnum_Both">Both</td>
        <td><p>The user may resize rows and columns with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_BothUniform">BothUniform</td>
        <td><p>The user may change the default column width or row height with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_Columns">Columns</td>
        <td><p>The user may resize columns with the mouse by dragging the edge of the column headers.
Double-clicking the edge of a column header automatically sizes the column to fit the widest entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_ColumnsUniform">ColumnsUniform</td>
        <td><p>The user may change the default column width with the mouse.
Resizing any column will resize all columns that don't have a specific width assigned to them.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_None">None</td>
        <td><p>The user may not resize rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_Rows">Rows</td>
        <td><p>The user may resize rows with the mouse by dragging the edge of the row headers.
Double-clicking the edge of a row header automatically sizes the row to fit the tallest entry.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_AllowResizingEnum_RowsUniform">RowsUniform</td>
        <td><p>The user may change the default row height with the mouse.
Resizing any row will resize all rows that don't have a specific height assigned to them.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
