读书人

DevExpress 怎么使用不同的imageColle

发布时间: 2013-03-14 10:33:15 作者: rapoo

DevExpress 如何使用不同的imageCollection的图片
请高手帮忙解决,谢谢

DevExpress 如何使用不同的imageCollection的图片,我在imageCollection1设置的图片大小是32x32,在imageCollection2设置的图片大小是16x16,因为菜单栏的图标要16x16,而工具栏的图标大小是32x32,但是在菜单栏的imageIndex显示的是32x32的图片,也就是显示的是imageCollection1的图片,而没有选择imageCollection2的图片资源,请问菜单栏如何使用imageCollection2的图片。

DevExpress 怎么使用不同的imageCollection的图片
[解决办法]
barManager除了Images属性还有个LargeImages属性。。。设置为你的大图标的那个imageCollection

读书人网 >C#

热点推荐