HScrollStep Property
Description
Gets/sets the amount of pixels the grid is scrolled when the horizontal scroll bar buttons are clicked.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property HScrollStep() As Long
Remarks
By default, the grid is scrolled by 1 pixel when the horizontal scroll bar is clicked. If you want the grid to scroll faster, you need to increase HScrollStep.
Note: HScrollStep is only used when ScrollMode or ScrollModeH is set to xtpGridScrollModeSmooth.
Note: AutoColumnSizing must be False for the horizontal scroll bar to be visible; by default, it is True.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.