Back to Devexpress

ScrollVisibility Enum

windowsforms-devexpress-dot-xtraverticalgrid-7ccb6afe.md

latest1.8 KB
Original Source

ScrollVisibility Enum

Lists values specifying the availability of control’s elements that enable data scrolling.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public enum ScrollVisibility
vb
Public Enum ScrollVisibility

Members

NameDescription
Never

The scrolling element is invisible regardless of whether data scrolling can be performed.

| | Auto |

The scrolling element is visible only when data scrolling can be performed.

| | Both |

Horizontal and vertical scrolling elements are always visible.

| | Horizontal |

The scrolling element is only visible when horizontal scrolling can be performed. The vertical scroll bar is invisible in this case.

| | Vertical |

The scrolling element is only visible when vertical scrolling can be performed. The horizontal scroll bar is invisible in this case.

|

The following properties accept/return ScrollVisibility values:

Remarks

Values listed by this enumeration are used to set the VGridControlBase.ScrollVisibility property.

See Also

DevExpress.XtraVerticalGrid Namespace