Back to Devexpress

ScrollVisibility Enum

windowsforms-devexpress-dot-xtratreelist-1cdbbe34.md

latest2.0 KB
Original Source

ScrollVisibility Enum

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

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public enum ScrollVisibility
vb
Public Enum ScrollVisibility

Members

NameDescription
Never

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

| | Always |

The scrolling element is always visible.

| | Auto |

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

|

The following properties accept/return ScrollVisibility values:

Remarks

Values listed by this enumeration are used to set the TreeList.HorzScrollVisibility and TreeList.VertScrollVisibility properties that specify the availability of horizontal and vertical scrollbars, respectively.

See Also

HorzScrollVisibility

VertScrollVisibility

DevExpress.XtraTreeList Namespace