# C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo" class="text-break">ScrollBarAnnotationInfo Class
</h1>
  <div class="markdown level0 summary"><p>Describes the scrollbar annotation properties.</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">ScrollBarAnnotationInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.Util.html">C1.Win.FlexGrid.Util</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollBarAnnotationInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ScrollBarAnnotationInfo
    Implements INotifyPropertyChanged</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_Util_ScrollBarAnnotationInfo__ctor" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.#ctor">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.-ctor.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo__ctor">ScrollBarAnnotationInfo()</a>
        </td>
        <td class="markdown level1 summary"></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_Util_ScrollBarAnnotationInfo_Enabled" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.Enabled">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.Enabled.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the scrollbar annotations are enabled.
If set to true, it displays annotations as markers in the vertical scrollbar area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowErrors" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowErrors">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowErrors.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowErrors">ShowErrors</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the error row annotations are enabled.
If set to true, it displays the error rows in the scrollbar annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowFocusedRow" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowFocusedRow">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowFocusedRow.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowFocusedRow">ShowFocusedRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the focused row annotation is enabled.
If set to true, it displays the focused row in the scrollbar annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowHighlightedRows" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowHighlightedRows">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowHighlightedRows.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowHighlightedRows">ShowHighlightedRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the highlighted row annotations are enabled.
If set to true, it displays the highlighted rows in the scrollbar annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowSelectedRows" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowSelectedRows">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowSelectedRows.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowSelectedRows">ShowSelectedRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the selected row annotations are enabled.
If set to true, it displays the selected rows in the scrollbar annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowTooltips" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowTooltips">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.ShowTooltips.html#C1_Win_FlexGrid_Util_ScrollBarAnnotationInfo_ShowTooltips">ShowTooltips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the scrollbar annotation tooltips are enabled.
If set to true, it displays tooltips when hovering mouse over annotations.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_Util_ScrollBarAnnotationInfo_PropertyChanged" data-uid="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.PropertyChanged">
          <a class="xref" href="C1.Win.FlexGrid.Util.ScrollBarAnnotationInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
