Back to Devexpress

ShowScrollBar Enum

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-2023f544.md

latest1.7 KB
Original Source

ShowScrollBar Enum

Contains values that specify the visibility states for a gallery’s vertical scroll bar.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ShowScrollBar
vb
Public Enum ShowScrollBar

Members

NameDescription
Show

A gallery’s vertical scroll bar is always visible. The scroll bar is only enabled when scrolling is required. Otherwise, it’s disabled.

| | Hide |

A gallery’s vertical scroll bar is always hidden.

| | Auto |

A gallery’s vertical scroll bar is only visible when all gallery items do not fit into the gallery’s visible area entirely.

|

The following properties accept/return ShowScrollBar values:

Remarks

To control the visibility of a gallery’s scroll bar, use the StandaloneGallery.ShowScrollBar property.

See Also

ShowScrollBar

DevExpress.XtraBars.Ribbon.Gallery Namespace