Back to Devexpress

DayView.AllowScrollAnimation Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-b83a8977.md

latest1.2 KB
Original Source

DayView.AllowScrollAnimation Property

Gets or sets whether to enable animation for vertical scrolling.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
public bool AllowScrollAnimation { get; set; }
vb
<DefaultValue(True)>
Public Property AllowScrollAnimation As Boolean

Property Value

TypeDefaultDescription
Booleantrue

True , to enable scroll animation; otherwise, false.

|

Remarks

Vertical scroll animation allows smooth scrolling up and down in the view.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace