开发者

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

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜