# C1.WPF.FlexGrid.AllowResizing

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_AllowResizing" data-uid="C1.WPF.FlexGrid.AllowResizing" class="text-break">AllowResizing Enum
</h1>
  <div class="markdown level0 summary"><p>Defines which grid elements can be resized with the mouse.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexGrid.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_AllowResizing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AllowResizing</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AllowResizing</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_WPF_FlexGrid_AllowResizing_Both">Both</td>
        <td><p>User can resize rows and columns with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowResizing_Columns">Columns</td>
        <td><p>User can resize columns with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowResizing_None">None</td>
        <td><p>No grid elements can be resized with the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_AllowResizing_Rows">Rows</td>
        <td><p>User can resize rows with the mouse.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
