# FarPoint.Win.Spread.ScrollBarButtons

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ScrollBarButtons" data-uid="FarPoint.Win.Spread.ScrollBarButtons" class="text-break">ScrollBarButtons Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of scroll bar buttons by specifying which elements of the scroll bar are displayed.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_ScrollBarButtons_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ScrollBarButtons</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ScrollBarButtons</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="FarPoint_Win_Spread_ScrollBarButtons_HomeEnd">HomeEnd</td>
        <td><p>[8] Indicates that the backward-to-home button and the foward-to-end button of the scroll bar appear.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollBarButtons_LineUpDown">LineUpDown</td>
        <td><p>[2] Indicates that the backward line button and the foward line button of the scroll bar appear.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollBarButtons_None">None</td>
        <td><p>[0] Indicates that no elements of the scroll bar appear.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollBarButtons_PageUpDown">PageUpDown</td>
        <td><p>[4] Indicates that the backward page button and the foward page button of the scroll bar appear.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollBarButtons_Thumb">Thumb</td>
        <td><p>[1] Indicates that the scroll box of the scroll bar appears.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
