# C1.WPF.FlexGrid.C1FlexGrid.DeferScrolling

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_C1FlexGrid_DeferScrolling_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.DeferScrolling*">DeferScrolling Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_C1FlexGrid_DeferScrolling_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.DeferScrolling*"></a>
<h4 id="C1_WPF_FlexGrid_C1FlexGrid_DeferScrolling" data-uid="C1.WPF.FlexGrid.C1FlexGrid.DeferScrolling">DeferScrolling</h4>
<div class="markdown level1 summary"><p>Gets or sets a value that determines whether scrolling should be deferred until the
user releases the scrollbar thumb.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DeferScrolling DeferScrolling { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property DeferScrolling As DeferScrolling</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_C1FlexGrid_DeferScrolling_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;The default behavior of the &lt;xref href=&quot;C1.WPF.FlexGrid.C1FlexGrid&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; is &quot;live&quot; scrolling, where the 
</code></pre>
<p>user is able to see the contents of the grid move while dragging the thumb of a scroll bar.
This &quot;live&quot; scrolling requires a relatively large amount of processing, which in some
cases may cause the UI to feel sluggish.</p>
<p>Deferred scrolling is an alternative scrolling behavior where the contents of the
grid remain static until the user releases the mouse button (similar to the behavior of the
Outlook 2007 Inbox).</p>
<p>While the user drags the scrollbar thumb in deferred scrolling mode, the grid raises
the <a class="xref" href="C1.WPF.FlexGrid.C1FlexGrid.ScrollingDeferred.html">ScrollingDeferred</a> event. This event can be used to provide feedback during
the deferred scrolling operation.</p>
</div>
</div>
