Back to Devexpress

MonthView.IsVerticalPerPixelScrollingEnabled Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-8d260d90.md

latest1.6 KB
Original Source

MonthView.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 week-by-week scrolling. The default is true.

|

Remarks

Use the IsHorizontalPerPixelScrollingEnabled property to specify the horizontal scrolling mode.

The IsVerticalPerPixelScrollingEnabled property is not in effect if the ViewMode property is set to Standard.

See Also

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace