# C1.iOS.Core.ScrollBarVisibility

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_iOS_Core_ScrollBarVisibility" data-uid="C1.iOS.Core.ScrollBarVisibility" class="text-break">ScrollBarVisibility Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the visibility of a ScrollBar for scrollable content.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_ScrollBarVisibility_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ScrollBarVisibility</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ScrollBarVisibility</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_iOS_Core_ScrollBarVisibility_Auto">Auto</td>
        <td><p>A ScrollBar appears and the dimension of the
ScrollViewer is applied to the content when the viewport
cannot display all of the content. For a horizontal ScrollBar,
the width of the content is set to the ScrollViewer.ViewportWidth
of the ScrollViewer. For a vertical ScrollBar,
the height of the content is set to the ScrollViewer.ViewportHeight
of the ScrollViewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_ScrollBarVisibility_Disabled">Disabled</td>
        <td><p>A ScrollBar does not appear even when the
viewport cannot display all of the content. The dimension of the content is set
to the corresponding dimension of the ScrollViewer parent.
For a horizontal ScrollBar, the width of the
content is set to the ScrollViewer.ViewportWidth of the
ScrollViewer. For a vertical ScrollBar,
the height of the content is set to the ScrollViewer.ViewportHeight
of the ScrollViewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_ScrollBarVisibility_Hidden">Hidden</td>
        <td><p>A ScrollBar does not appear even when the
viewport cannot display all of the content. The dimension of the ScrollViewer
is not applied to the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_ScrollBarVisibility_Visible">Visible</td>
        <td><p>A ScrollBar always appears. The dimension
of the ScrollViewer is applied to the content. For a
horizontal ScrollBar, the width of the content
is set to the ScrollViewer.ViewportWidth of the ScrollViewer.
For a vertical ScrollBar, the height of the
content is set to the ScrollViewer.ViewportHeight of
the ScrollViewer.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
