TImageEnMView.VScrollBarParams
Declaration
property VScrollBarParams: TIEScrollBarParams;
Description
Properties to customize the behavior of the vertical scroll bar. This includes tracking (display refresh on mouse dragging), up/down buttons scroll distance and pagedown/up scroll distance.
Example
// disable tracking
ImageEnMView1.VScrollBarParams.Tracking := False;
See Also
-
HScrollBarParams-
CurrentScrollBars-
ScrollBars-
ScrollBarsAlwaysVisible