# GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled*">ScrollbarEnabled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled">ScrollbarEnabled</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether scroll bars are enabled in the report viewer pane.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ScrollbarEnabled { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if scroll bars are enabled; otherwise, <code>false</code>. The default is <code>true</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_ScrollbarEnabled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When set to <code>true</code>, this property enables the display of horizontal and vertical scroll bars in the report viewer pane,
allowing the user to scroll through the report content. When set to <code>false</code>, the scroll bars are hidden, and the report
content may not be fully accessible if it exceeds the visible area of the viewer pane.</p>
<p>
This property can be used to customize the viewing experience based on the specific requirements of your application or the preferences of your users.
</p>
</div>
</div>
