Create grid view which contains CheckBoxes dynamically in winform application
I want 开发者_StackOverflowto create grid view which contains CheckBoxes dynamically in my winform application.
How can I perform this?
checkBoxes get data at runtime like the view of E-mails.
DatGridView has a default column type as CheckBoxes. Have a look here on how to use them.
加载中,请稍侯......
精彩评论