Link Search Menu Expand Document

ListView.SetLargeImage Method

Explanation Sets the image list used for displaying large icons.
Call format ListView1.SetLargeImage( img )
Return value None
Arguments ImageList img ImageList object that holds the image list you want to display
Exception EXT-5 ImageList reference is abnormal
Example of use
    ListView1.SetLargeImage(ImageList1);
    
Related item ListViewItem.Icon property
ResetLargeImage method
ImageList class