Back to Devexpress

TimelineView.TimelineScrollBarVisible Property

windowsforms-devexpress-dot-xtrascheduler-dot-timelineview-f8c5f426.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
public bool TimelineScrollBarVisible { get; set; }
vb
<DefaultValue(False)>
Public Property TimelineScrollBarVisible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

AllDayAreaScrollBarVisible

More Buttons

TimelineView Class

TimelineView Members

DevExpress.XtraScheduler Namespace