Skip to main content

ResourcesTree.VertScrollVisibility Property

Gets or sets whether the vertical scrollbar is displayed.

Namespace: DevExpress.XtraScheduler.UI

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

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public override ScrollVisibility VertScrollVisibility { get; set; }

Property Value

Type Description
ScrollVisibility

A ScrollVisibility enumeration member specifying the scrollbar visibility.

Available values:

Name Description
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