DevEx TreeList 一列中有两个编辑器
我正在为我的 UI 使用 DevExpress 8 Winform TreeList 控件,
我需要我的第一个专栏同时由 2 位编辑编辑: 一种是默认的TextEdit,
另一个是一个复选框。
我尝试在 DevEx 论坛中搜索这个,但我发现的只是
建议实现自定义编辑以包含这两种编辑。
我不是 UI 人员,但这真的是正确的方法吗?
还有其他方法可以将两个编辑融合在一列中吗?
谢谢!
I'm using DevExpress 8 Winform TreeList control for my UI,
I need my first column to be 2 editors at once:
One is the default TextEdit,
The other is a check box..
I tried to search for this in the DevEx forums but all I found was
a suggestion to implement a custom edit to contain both edits..
I'm not a UI person, but is this really the way to go?
Is there any other way to fuse two edits together in one column?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是正确的。要在同一单元格中显示多个编辑器,您应该实现一个自定义编辑器,其中包含所需的编辑器。
Yes, this is correct. To show several editors in the same cell, you should implement a custom editor which will contain required editors inside.