Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsVerticalScrollSnappingEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also