# FarPoint.Win.Spread.ScrollTipFetchEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_ScrollTipFetchEventArgs" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs" class="text-break">ScrollTipFetchEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the ScrollTipFetch event for the Spread component,
which occurs when the spread is scrolled.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ScrollTipFetchEventArgs</span></div>
  </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_ScrollTipFetchEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ScrollTipFetchEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ScrollTipFetchEventArgs
    Inherits EventArgs</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="FarPoint_Win_Spread_ScrollTipFetchEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_String_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.String,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.-ctor.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_String_System_Int32_System_Int32_System_Boolean_">ScrollTipFetchEventArgs(SpreadView, string, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the ScrollTipFetch event arguments.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipFetchEventArgs_Column" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.Column">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.Column.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new left column index. If the user changes the vertical scrollbar, this value is -1.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipFetchEventArgs_Row" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.Row">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.Row.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the new top row index. If the user changes the horizontal scrollbar, this value is -1.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipFetchEventArgs_ShowTip" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.ShowTip">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.ShowTip.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs_ShowTip">ShowTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the scroll tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipFetchEventArgs_TipText" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.TipText">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.TipText.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs_TipText">TipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the scroll tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_ScrollTipFetchEventArgs_View" data-uid="FarPoint.Win.Spread.ScrollTipFetchEventArgs.View">
          <a class="xref" href="FarPoint.Win.Spread.ScrollTipFetchEventArgs.View.html#FarPoint_Win_Spread_ScrollTipFetchEventArgs_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view that is scrolled.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
