Skip to main content

DataViewBase.ScrollStep Property

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

[CloneDetailMode(CloneDetailMode.Skip)]
public int ScrollStep { get; set; }

#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