ImageEn, unit iexColorPalette |
|
TIEColorPalette.ScrollBarParams
Declaration
property ScrollBarParams: TIEScrollBarParams;
Description
Properties to customize the behavior of the vertical scroll bar, including tracking (display refresh on mouse dragging) and scroll distance for Up/Down buttons and PageDown/PageUp.
// Disable tracking
IEColorPalette1.ScrollBarParams.Tracking := False;