PageCount property (ILEADRasterImgList)
long PageCount | |
Overview |
Refer to Using the Image List Control. |
Remarks
(Read-only)(Runtime-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