Skip to main content
A newer version of this page is available. .

VGridControlBase.VertScrollPixel(Int32) Method

Scrolls the vertical grid vertically by the specified number of pixels.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual void VertScrollPixel(
    int pixelCount
)

Parameters

Name Type Description
pixelCount Int32

An integer value that specifies the number of pixels to scroll. If positive, downward scrolling is performed; otherwise the vertical grid is scrolled upwards.

Remarks

Use the VertScrollPixel method to scroll through the vertical grid’s records in code. For more information, see Focus and Scroll Records.

See Also