Back to Devexpress

DayViewBase.IsVerticalPerPixelScrollingEnabled Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-4473429f.md

latest1.4 KB
Original Source

DayViewBase.IsVerticalPerPixelScrollingEnabled Property

Specifies whether the vertical scrolling is per-pixel. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsVerticalPerPixelScrollingEnabled { get; set; }
vb
Public Property IsVerticalPerPixelScrollingEnabled As Boolean

Property Value

TypeDescription
Boolean

true to enable per-pixel scrolling; false to enable per time cell scrolling. By default, true.

|

Remarks

Use the IsHorizontalPerPixelScrollingEnabled property to specify the horizontal scrolling mode.

See Also

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace