Back to Devexpress

DayView.UseOptimizedScrolling Property

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

latest1.3 KB
Original Source

DayView.UseOptimizedScrolling Property

Gets or sets whether optimized fast scrolling is enabled.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

True , if optimized fast scrolling is enabled; false if the formerly used scrolling is in effect.

|

Remarks

If you notice any scroll issue with optimized scrolling, consider setting the UseOptimizedScrolling property to false.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace