Question : Can you Add a Checkbox in Listview Column Other Than First Column?

Hi All,

VB.Net 1.1

Is it possible to add a checkbox inside a column of a listview?  I am not talking about the first column.  I mean, a checkbox inside a column other than the first column of the listview?

Thanks

RichW

Answer : Can you Add a Checkbox in Listview Column Other Than First Column?

Use a datagridview control instead it is way easier and capable of displaying pretty much whatever you want.

Otherwise you would have to write your own control or use a third party control like FlexGrid
Random Solutions  
 
programming4us programming4us