开发者

Is it possible to add a textbox inside a checkboxlist control in C# winforms?

开发者 https://www.devze.com 2023-02-21 19:29 出处:网络
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 th

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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号