# FarPoint.Win.Spread.ScrollTipPolicy

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_ScrollTipPolicy" data-uid="FarPoint.Win.Spread.ScrollTipPolicy" class="text-break">ScrollTipPolicy Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies whether the component displays the text tip when the user moves the scroll box.</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_ScrollTipPolicy_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ScrollTipPolicy</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ScrollTipPolicy</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_ScrollTipPolicy_Both">Both</td>
        <td><p>Displays the text tip when the user moves either the horizontal or the vertical scroll box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipPolicy_Horizontal">Horizontal</td>
        <td><p>Displays the column number in a text tip when the user moves the horizontal scroll box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipPolicy_Off">Off</td>
        <td><p>Does not display the text tip when the user moves the scroll box</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipPolicy_Vertical">Vertical</td>
        <td><p>Displays the row number in a text tip when the user moves the vertical scroll box</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
