ImageEn, unit ieview

TIEView.HScrollBarParams

TIEView.HScrollBarParams

Declaration

property HScrollBarParams: TIEScrollBarParams;

Description

Properties to customize the horizontal scroll bar behavior, including tracking (display refresh on mouse dragging) and scroll distance for Left/Right buttons and PageLeft/PageRight.

Example

// Disable real-time updates as drag scrollbar
ImageEnView1.HScrollBarParams.Tracking := False;
ImageEnView1.VScrollBarParams.Tracking := False;

See Also

VScrollBarParams
CurrentScrollBars
ScrollBars
ScrollBarsAlwaysVisible