Skip to main content

DayViewBase.IsHorizontalScrollSnappingEnabled Property

Gets or sets a value indicating whether the Scheduler should snap to the left-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 IsHorizontalScrollSnappingEnabled { get; set; }

Property Value

Type Description
Boolean

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

See Also