是否可以在 C# winforms 的复选框列表控件内添加文本框?

发布于 2024-10-29 04:53:27 字数 144 浏览 1 评论 0原文

我在使用 c# 构建的 Windows 窗体应用程序中有一个复选框列表控件。我正在使用此复选框列表来添加或删除产品中的某些属性。我想要的功能是,当我单击任何一个复选框时,我想要复选框旁边显示一个文本框,以便我可以输入该属性的值并以某种方式保存该值。

请帮忙。

I have a checkboxlist control in my windows forms application that i am building using c#.I am using this checkboxlist to add or remove certain attributes from a product.The functionality i want is that when i click on any one of the checkboxes, i want a textbox to appear beside the checkbox so that I can enter the value of that attribute and save that value somehow.

Please Help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

欢烬 2024-11-05 04:53:27

您将需要创建自定义控件来执行此操作。 (继承Control添加自定义功能)。或者直接使用WPF

You will need to Create Custom control to do that. (Inherit the Control add custom functionality). Or simply use WPF

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