ImageEn, unit iexColorPalette

TIEColorPalette.ScrollBarParams

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.


Example

// Disable tracking
IEColorPalette1.ScrollBarParams.Tracking := False;