# GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBars

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ScrollBars_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBars*">ScrollBars Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ScrollBars_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBars*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ScrollBars" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBars">ScrollBars</h4>
<div class="markdown level1 summary"><p>Gets or sets which scroll bars are visible.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(true)]
public ScrollBars ScrollBars { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Property ScrollBars As ScrollBars</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollbars">ScrollBars</a></td>
      <td><p>One of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ScrollBars.html#GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ScrollBars">ScrollBars</a> enumeration that specify which scroll bars are visible.
<br> The default is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollbars#system-windows-forms-scrollbars-vertical">Vertical</a>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcComboBoxCellType_ScrollBars_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property determines which srollbar should be displayed.</p>
</div>
</div>
