Back to Devexpress

ListBoxEdit.ScrollUnit Property

wpf-devexpress-dot-xpf-dot-editors-dot-listboxedit-cf99a3a6.md

latest1.2 KB
Original Source

ListBoxEdit.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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ScrollUnit ScrollUnit { get; set; }
vb
Public Property ScrollUnit As ScrollUnit

Property Value

TypeDescription
ScrollUnit

A ScrollUnit enumeration value.

|

Available values:

NameDescription
Pixel

The scrolling is performed pixel by pixel.

| | Item |

The scrolling is performed item by item.

|

See Also

ListBoxEdit Class

ListBoxEdit Members

DevExpress.Xpf.Editors Namespace