Imagelist problem

  • Thread starter Thread starter Broeden
  • Start date Start date
B

Broeden

To support both VGA and GVGA I have two imagelists, one containing
16*16 bit icons and the other 32*32 bit icons.
Is it possible to use the same icon files for both the imagelists?
It seems that both lists uses the 32*32 bit variant in the icon file.
ImageSize for the imagelists are set to 32*32 and 16*16 respectively.

My goal is to avoid maintaining to files for each icon.

/Broeden
 
Hi,

I've faced to this "problem" too and I haven't found any other
solutions than having different images for QVGA and VGA. However I
have only one imagelist that I populate programmatically, depending on
the screen dpi. But I will be also interested if someone has a better
solution!
 
Back
Top