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

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.v19.2.dll

Declaration

[DefaultValue(false)]
public bool TimelineScrollBarVisible { get; set; }

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.

TimelineScrollbarVisible

See Also