# C1.WPF.FlexGrid.DeferScrolling

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_DeferScrolling" data-uid="C1.WPF.FlexGrid.DeferScrolling" class="text-break">DeferScrolling Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether the grid should defer scrolling until the user releases the scrollbar thumb.</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_DeferScrolling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DeferScrolling</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DeferScrolling</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_DeferScrolling_DeferBoth">DeferBoth</td>
        <td><p>Defer scrolling in both directions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_DeferScrolling_DeferHorizontal">DeferHorizontal</td>
        <td><p>Defer scrolling in the horizontal direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_DeferScrolling_DeferVertical">DeferVertical</td>
        <td><p>Defer scrolling in the vertical direction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_DeferScrolling_None">None</td>
        <td><p>Do not defer scrolling.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
