# C1.Win.FlexViewer.FlexViewerThumbScrollDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexViewer_FlexViewerThumbScrollDirection" data-uid="C1.Win.FlexViewer.FlexViewerThumbScrollDirection" class="text-break">FlexViewerThumbScrollDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the direction of scrolling for the Thumbnails view.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_FlexViewerThumbScrollDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FlexViewerThumbScrollDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FlexViewerThumbScrollDirection</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_FlexViewer_FlexViewerThumbScrollDirection_Horizontal">Horizontal</td>
        <td><p>Thumbnails can be scrolled horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_FlexViewerThumbScrollDirection_Vertical">Vertical</td>
        <td><p>Thumbnails can be scrolled vertically.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
