DevEx TreeList 一列中有两个编辑器

发布于 2024-10-12 11:55:32 字数 243 浏览 2 评论 0原文


我正在为我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浊酒尽余欢 2024-10-19 11:55:32

是的,这是正确的。要在同一单元格中显示多个编辑器,您应该实现一个自定义编辑器,其中包含所需的编辑器。

Yes, this is correct. To show several editors in the same cell, you should implement a custom editor which will contain required editors inside.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文