Back to Devexpress

DataViewBase.ScrollStep Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-7d5cfd09.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int ScrollStep { get; set; }
vb
Public Property ScrollStep As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the scrolling step, in pixels.

|

Remarks

Use the DataViewBase.WheelScrollLines property to specify the number of rows to scroll vertically in response to mouse wheel events.

See Also

Data Scrolling Overview

WheelScrollLines

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace