VGridControlBase.HorzScrollPixel(Int32) Method
In This Article
Scrolls the vertical grid horizontally 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, forward scrolling is performed; otherwise the vertical grid is scrolled backwards. |
#Remarks
Use the HorzScrollPixel method to scroll through the vertical grid’s records in code. For more information, see Focus and Scroll Records.
See Also