Skip to main content
A newer version of this page is available. .

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

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