Back to Devexpress

RangeControl.AllowScroll Property

wpf-devexpress-dot-xpf-dot-editors-dot-rangecontrol-dot-rangecontrol-36e36ab2.md

latest1.1 KB
Original Source

RangeControl.AllowScroll Property

Gets or sets whether to allow horizontal scrolling. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.RangeControl

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowScroll { get; set; }
vb
Public Property AllowScroll As Boolean

Property Value

TypeDescription
Boolean

true, to allow scrolling; otherwise, false.

|

See Also

RangeControl Class

RangeControl Members

DevExpress.Xpf.Editors.RangeControl Namespace