Skip to main content
A newer version of this page is available. .

ResourcesTree.VertScrollVisibility Property

Gets or sets whether the vertical scrollbar is displayed.

Namespace: DevExpress.XtraScheduler.UI

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the VertScrollVisibility property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also