Lack of ImageList in MenuStrip and performance issues
Posted
by Ivan
on Stack Overflow
See other posts from Stack Overflow
or by Ivan
Published on 2010-05-23T18:47:38Z
Indexed on
2010/05/23
18:50 UTC
Read the original article
Hit count: 299
MenuStrip doesn't support using ImageList images.
What are performance issues of this? Are there chances of using too much GDI resources and slow-downs? How many items should be considered acceptable, after which one should implement custom control that draws images from ImageList?
© Stack Overflow or respective owner