Click to See Complete Forum and Search --> : Size of images allowed in CListCtrl


May 18th, 1999, 01:15 PM
I m trying to load a CImageList into CListCtrl. As far as I know, the CListCtrl only accepts images that are the standard icon size (64x64 pixels), specified by the LVS_ICON style in CListCtrl. Am I right? If not, then how do I go about adding images to CListCtrl that are larger size?

Thanks!