ComboBoxEdit.ScrollUnit Property
Gets or sets whether the per-pixel or per-item scrolling is enabled. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ScrollUnit | A ScrollUnit enumeration value. |
Available values:
Name | Description |
---|---|
Pixel | The scrolling is performed pixel by pixel. |
Item | The scrolling is performed item by item. |
See Also