CMFCRibbonGallery Being slow

305 views Asked by At

I am using the CMFCRibbonGallery control. I have 1 image it in comprised of 350 images total. Each image is 64hX128w. On the initial draw of the control it is slow. Every other time it is fast. I tried adding the 350 images individually at first but found that to be much slower cause it looks to be just making one large image like what I ended up doing. So I am wondering if there is anyway I can make this faster.

1

There are 1 answers

0
Psychoboy On

I ended up overloading OnDrawPaletteIcon which made me able to draw it much faster and manage the images myself.