I am using a ListWiew which has checked property selected so it have a check box on every item in first column. Now, I want to have another check box on second column also, but can’t find anything useful in the properties of my list view to have more than 1 check box.
How would I do this?
Why don’t you use a DataGrid? It can show as much checkboxes as needed and in any place 🙂