Back to Devexpress

ResourcesTree.VertScrollVisibility Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-resourcestree-2b2d5d1e.md

latest2.1 KB
Original Source

ResourcesTree.VertScrollVisibility Property

Gets or sets whether the vertical scrollbar is displayed.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.SchedulerExtensions

Declaration

csharp
public override ScrollVisibility VertScrollVisibility { get; set; }
vb
Public Overrides Property VertScrollVisibility As ScrollVisibility

Property Value

TypeDescription
ScrollVisibility

A ScrollVisibility enumeration member specifying the scrollbar visibility.

|

Available values:

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.

|

Remarks

If the Resources Tree and the corresponding view (Gantt View or Timeline View) have different heights, the VertScrollVisibility is always set to the ScrollVisibility.Never value.

See Also

ResourcesTree Class

ResourcesTree Members

DevExpress.XtraScheduler.UI Namespace