# C1.WPF.C1ScrollHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1ScrollHelper" data-uid="C1.WPF.C1ScrollHelper" class="text-break">C1ScrollHelper Class
</h1>
  <div class="markdown level0 summary"><p>Cross-platform helper for listening to scroll gestures using mouse wheel.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">C1ScrollHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1ScrollHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ScrollHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ScrollHelper</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollHelper__ctor_System_Windows_UIElement_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.C1ScrollHelper.#ctor(System.Windows.UIElement,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.C1ScrollHelper.-ctor.html#C1_WPF_C1ScrollHelper__ctor_System_Windows_UIElement_System_Boolean_System_Boolean_System_Boolean_">C1ScrollHelper(UIElement, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new <a class="xref" href="C1.WPF.C1ScrollHelper.html">C1ScrollHelper</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollHelper_FinalizeHelper" data-uid="C1.WPF.C1ScrollHelper.FinalizeHelper">
          <a class="xref" href="C1.WPF.C1ScrollHelper.FinalizeHelper.html#C1_WPF_C1ScrollHelper_FinalizeHelper">FinalizeHelper()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches all the events handlers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollHelper_FinalizeScroll" data-uid="C1.WPF.C1ScrollHelper.FinalizeScroll">
          <a class="xref" href="C1.WPF.C1ScrollHelper.FinalizeScroll.html#C1_WPF_C1ScrollHelper_FinalizeScroll">FinalizeScroll()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches all the events handlers.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollHelper_ScrollCompleted" data-uid="C1.WPF.C1ScrollHelper.ScrollCompleted">
          <a class="xref" href="C1.WPF.C1ScrollHelper.ScrollCompleted.html">ScrollCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a scroll gesture completed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollHelper_ScrollDelta" data-uid="C1.WPF.C1ScrollHelper.ScrollDelta">
          <a class="xref" href="C1.WPF.C1ScrollHelper.ScrollDelta.html">ScrollDelta</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs while a scroll gesture is performed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollHelper_ScrollStarted" data-uid="C1.WPF.C1ScrollHelper.ScrollStarted">
          <a class="xref" href="C1.WPF.C1ScrollHelper.ScrollStarted.html">ScrollStarted</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a scroll gesture started.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
