Infragistics UltraTree 在选定单元格中带有复选框
我在 Winforms 应用程序中使用 Infragistics UltraTree 控件作为树列表(outlook 模式)。 Outlook 模式的问题是不可能有节点复选框。所以我的解决方法是,使用自己的复选框列。
现在我的问题是,如何才能实现特定单元格中只有复选框(例如仅在属于树级别 2 的单元格中)?
在http://news.infragistics.com/forums/p/11661/44028.aspx#44028有一个使用ultraCheckEditor的解决方案,但首先,EditorControl是一个“过时的”控件,我不知道如何包含ultraCheckEditor!?!?虽然我已经使用 Infragistics.Win.UltraWinEditors
该类仍然不可用!?!?
I use the Infragistics UltraTree control in a Winforms application as a treelist (outlook mode). The problem with the outlook mode is, that it is not possible to have node checkboxes. So my workaround is, to use a own column for the checkboxes.
My question is now, how can I achive, that there are only checkboxes in specific cells (for example only in cells, which belongs to tree level 2)?
At http://news.infragistics.com/forums/p/11661/44028.aspx#44028 there is a solution with ultraCheckEditor, but first, the EditorControl is a "obsolete"-control and I don't know how to include ultraCheckEditor!?!? Although I have using Infragistics.Win.UltraWinEditors
the class is still not available!?!?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知识库中的这个解决方案怎么样?
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10092
What about this solution in the knowledge base ?
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10092