Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Scheduler

#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