ScrollItems method (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall ScrollItems(int nAmount);

Delphi Syntax

Function ScrollItems(nAmount: Integer): Integer;

Overview

Refer to Using the ImageList Control.

Remarks

Scrolls the items in the ImageList Control by the specified amount. The direction of the scroll depends on the current setting for ScrollStyle.

See Also

Elements:

Item property, OnScroll event, EnsureVisible method, ScrollStyle property, Insert method

Topics:

Raster Images: Displaying Images