PageCount property (ImageList Control)

C++ Builder example

Delphi example

 

Builder Syntax

int PageCount

Delphi Syntax

PageCount: Integer

Overview

Refer to Using the Image List Control.

Remarks

(Read-only) Gets the current number of pages of items in the ImageList Control.

This will return the total number of pages of items in the ImageList Control. Pages are calculated using the total number of rows or columns (depending on the scroll style) and the total number of rows or columns (depending on the scroll style) that are completely visible in the ImageList Control's client area.

See Also

Elements:

CurrentPage property, Insert method, Remove method, RowCount property, ColumnCount property, Count property, Clear method, Item property, ScrollItems method

Topics:

Raster Images: Displaying Images