Skip to main content
A newer version of this page is available. .

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

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