Listview's ImageList can afford how many picture items?

Started by khann, August 07, 2013, 07:34:54 PM

Previous topic - Next topic

khann

Hi,
Is there any limit to add pic item of Listview's ImageList?
I could not add more than 36 picture of png file, about size of (66 x 51).

(OS win7 / 64 bit - Studio 7.0.0.12)
Thanks.

owenwengerd

I suppose there could be limits based on the graphics and memory resources available, but that's just a guess.

khann

Thanks, Owen.
You mean basically there're no limits ImageList itself.
Mn.....!

owenwengerd

I don't think there are hard coded limits, but I'm not certain about that.

khann

Yes, You're right.
Maybe I did something wrong while adding the img pictures.
It can have over 120 pictures.

Oh, in my case, it seems good to make the pic file's name with number from 0 .
I think normal text filename occurs non expected error.

Thanks.