Imagelist cf.net 和 .net 设计器问题
经过一些测试,我发现使用CF WinForms设计器流式传输ImageList与使用WinForms设计器流式传输不同。 如果使用 cf.net 设计器添加图像并使用 winfrorms 设计器重新打开表单,则会引发异常“未找到方法‘System.Windows.Forms.Design.ImageListDesigner+OriginalImageCollection.Add’。”。
是否有任何选项可以更改默认流或来自其他提供商(3 方)的任何自定义 ImageList,并且可以在两个设计器中使用?
还有其他推荐的解决方案吗?
After some testing, I found out that streaming of ImageList using CF WinForms designer is different from streaming using WinForms designer.
If images are added using cf.net designer and form is reopened using winfrorms designer an exception "Method 'System.Windows.Forms.Design.ImageListDesigner+OriginalImageCollection.Add' not found. " is raised.
Is there any option to change default streaming or any custom ImageList from some other provider (3-party) that can be used in both designers?
Any other recommended solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在设计时不填充图像列表,而是在运行时从程序资源添加图像怎么样?
How about not filling the image list at design time, but adding the images from program resources at runtime?