ScrollVisibility Enum
Lists values specifying the availability of View elements that enable data scrolling.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Never
|
The scrolling element is invisible regardless of whether data scrolling can be performed. |
Always
|
The scrolling element is always visible. |
Auto
|
The scrolling element is visible only when data scrolling can be performed. |
Related API Members
The following properties accept/return ScrollVisibility values:
Remarks
Values listed by this enumeration can be assigned to the following properties:
- the GridView.HorzScrollVisibility and GridView.VertScrollVisibility properties specifying the availability of horizontal and vertical scrollbars respectively;
- the CardView.VertScrollVisibility property specifying the availability of card scroll buttons.
See Also