ResourcesTree.VertScrollVisibility Property
Gets or sets whether the vertical scrollbar is displayed.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
Declaration
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