ImageEn, unit iexColorPalette

TIEColorPalette.ViewY

TIEColorPalette.ViewY

Declaration

property ViewY: integer;

Description

Specifies the first row visible at the top-left corner of the control, in pixels.
You can set ViewY to simulate vertical scrollbar movement.

See also: ViewX.

Example

// Page down one screen
IEColorPalette1.ViewY := IEColorPalette1.ViewY + IEColorPalette.ClientHeight;

See Also

ViewX
ExtentX
ExtentY