DataViewBase.ScrollStep Property
In This Article
Gets or sets the offset by which the View is scrolled when clicking scrollbar buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the scrolling step, in pixels. |
#Remarks
In Table and TreeList Views, the ScrollStep property specifies the offset by which the View is horizontally scrolled when clicking scrollbar buttons.
See Also