VGridControlBase.VertScrollPixel(Int32) Method
In This Article
Scrolls the vertical grid vertically by the specified number of pixels.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
pixel |
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