Skip to main content

TimelineView.TimelineScrollBarVisible Property

Specifies whether a vertical row scrollbar is visible, and the vertical scrolling is enabled in the Timeline View.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public bool TimelineScrollBarVisible { get; set; }

#Property Value

Type Description
Boolean

true to enable a vertical scrollbar; otherwise, false.

#Remarks

When the TimelineScrollBarVisible is set to true and appointments are grouped by dates or resources in the Timeline View, 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.

DXScheduler_TimelineView_TimelineScrollBarVisible

#Examples

This example demonstrates how to customize the Timeline View within the SchedulerControl. To do this, it is necessary to modify the TimelineView object accessed via the SchedulerControl.TimelineView property.

See Also