# GrapeCity.Viewer.Common.Model.ScrollingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Viewer_Common_Model_ScrollingMode" data-uid="GrapeCity.Viewer.Common.Model.ScrollingMode" class="text-break">ScrollingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the scrolling behavior modes available in the viewer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.html">GrapeCity.Viewer.Common.Model</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_ScrollingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ScrollingMode</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_ScrollingMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration specifies the types of scrolling modes that can be applied in the ActiveReports viewer. The mode determines how the document
is scrolled through, either continuously or in a paged manner.</p>
</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="GrapeCity_Viewer_Common_Model_ScrollingMode_Continuous">Continuous</td>
        <td><p>Allows for continuous scrolling through the document. This mode enables smooth scrolling without page breaks.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_ScrollingMode_Paged">Paged</td>
        <td><p>Restricts scrolling to one page at a time. In this mode, the viewer aligns the top of each page with the top of the view area upon scrolling.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
