# C1.Win.FlexGrid.ScrollFlags

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_ScrollFlags" data-uid="C1.Win.FlexGrid.ScrollFlags" class="text-break">ScrollFlags Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies options that customize scrollbar behavior.</p>
</div>
  <div class="markdown level0 conceptual"></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_ScrollFlags_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum ScrollFlags</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum ScrollFlags</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="C1_Win_FlexGrid_ScrollFlags_AlwaysVisible">AlwaysVisible</td>
        <td><p>Keep scrollbars visible even when they are disabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_DelayedScroll">DelayedScroll</td>
        <td><p>Do not scroll the control contents until the user releases the scrollbar thumb.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_EnsureFirstVisible">EnsureFirstVisible</td>
        <td><p>When both this flag and ScrollByRowColumn are set,
the first visible column(row) always sticks to the left(top) viewport border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_KeepMergedRangePosition">KeepMergedRangePosition</td>
        <td><p>Do not scroll the control to the first cell of merged range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_None">None</td>
        <td><p>Use the default scrolling behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_ScrollByRowColumn">ScrollByRowColumn</td>
        <td><p>Scroll by rows and columns (instead of by pixel).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_ScrollFlags_ShowScrollTips">ShowScrollTips</td>
        <td><p>Fire the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.ShowScrollTip.html">ShowScrollTip</a> event and display a tooltip next to
the vertical scrollbar while scrolling vertically.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
