Skip to main content

TimelineView.TimelineScrollBarVisible Property

OBSOLETE

Use the TimelineScrollBarVisibility property instead.

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.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

[Obsolete("Use the TimelineScrollBarVisibility property instead.")]
public bool TimelineScrollBarVisible { get; set; }

Property Value

Type Description
Boolean

True to enable a vertical scrollbar; otherwise, false.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

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.

Important

Use the TimelineView.TimelineScrollBarVisibility property instead.

See Also