简体   繁体   中英

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM