TimelineView.TimelineScrollBarVisible Property
Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in rows of the Timeline view grouped by resource.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | True to enable a vertical scrollbar; otherwise, false. |
Remarks
When the TimelineScrollBarVisible is set to true in the Timeline View, grouped by dates or resources, a vertical scrollbar appears which enables an end-user to scroll a row, to see hidden appointments. It provides a good alternative to More Buttons.
See Also