# C1.Win.FlexGrid.GridScrollBarAnnotation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_GridScrollBarAnnotation" data-uid="C1.Win.FlexGrid.GridScrollBarAnnotation" class="text-break">GridScrollBarAnnotation Class
</h1>
  <div class="markdown level0 summary"><p>Grid scrollbar annotation.</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"><span class="xref">GridScrollBarAnnotation</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_GridScrollBarAnnotation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridScrollBarAnnotation : ScrollBarAnnotation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridScrollBarAnnotation
    Inherits ScrollBarAnnotation</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="C1_Win_FlexGrid_GridScrollBarAnnotation__ctor_System_Int32_C1_Win_FlexGrid_ScrollBarAnnotationType_System_String_System_Double_System_Nullable_System_Drawing_Color__System_Windows_Forms_HorizontalAlignment_System_Int32_System_Int32_" data-uid="C1.Win.FlexGrid.GridScrollBarAnnotation.#ctor(System.Int32,C1.Win.FlexGrid.ScrollBarAnnotationType,System.String,System.Double,System.Nullable{System.Drawing.Color},System.Windows.Forms.HorizontalAlignment,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.GridScrollBarAnnotation.-ctor.html#C1_Win_FlexGrid_GridScrollBarAnnotation__ctor_System_Int32_C1_Win_FlexGrid_ScrollBarAnnotationType_System_String_System_Double_System_Nullable_System_Drawing_Color__System_Windows_Forms_HorizontalAlignment_System_Int32_System_Int32_">GridScrollBarAnnotation(int, ScrollBarAnnotationType, string, double, Color?, HorizontalAlignment, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates grid scrollbar annotation instance.</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="C1_Win_FlexGrid_GridScrollBarAnnotation_Row" data-uid="C1.Win.FlexGrid.GridScrollBarAnnotation.Row">
          <a class="xref" href="C1.Win.FlexGrid.GridScrollBarAnnotation.Row.html#C1_Win_FlexGrid_GridScrollBarAnnotation_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid row associated with annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridScrollBarAnnotation_ScrollBarAnnotationType" data-uid="C1.Win.FlexGrid.GridScrollBarAnnotation.ScrollBarAnnotationType">
          <a class="xref" href="C1.Win.FlexGrid.GridScrollBarAnnotation.ScrollBarAnnotationType.html#C1_Win_FlexGrid_GridScrollBarAnnotation_ScrollBarAnnotationType">ScrollBarAnnotationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets grid annotation type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
