Back to Devexpress

TimelineView.IsVerticalPerPixelScrollingEnabled Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-2b1c4dee.md

latest1.2 KB
Original Source

TimelineView.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.

|

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace