Skip to main content

DateNavigator.AutoScroll Property

Gets or sets whether automatic scrolling is enabled when the mouse pointer hovers over the scroll zones.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean false

True, to enable automatic scrolling when the mouse pointer moves outside the visible boundaries and hovers over the scroll zones; otherwise, false.

Remarks

Default value is false to prevent the DateNavigator calendar from being scrolled when the end-user attempts to select several date ranges by clicking on week numbers.

See Also