Back to Devexpress

TimelineView.IsVerticalScrollSnappingEnabled Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timelineview-0668dd9e.md

latest1.3 KB
Original Source

TimelineView.IsVerticalScrollSnappingEnabled Property

Gets or sets a value indicating whether the Scheduler should snap to the top-edge of the closest time cell column when scrolling completes. 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 IsVerticalScrollSnappingEnabled { get; set; }
vb
Public Property IsVerticalScrollSnappingEnabled As Boolean

Property Value

TypeDescription
Boolean

true, to enable snapping for vertical scrolling; otherwise, false. The default is false.

|

See Also

TimelineView Class

TimelineView Members

DevExpress.Xpf.Scheduling Namespace