Back to Devexpress

DateNavigator.AutoScroll Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-d2a9cfd8.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
public bool AutoScroll { get; set; }
vb
<DefaultValue(False)>
Public Property AutoScroll As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace