A Alberto Dec 2, 2004 #1 How can I insert checkboxs in some cells of a listView? Is it posible? Thank you.
N Nicholas Paldino [.NET/C# MVP] Dec 2, 2004 #2 Alberto, You can create checkboxes in the first column of the ListView, just set the CheckBoxes property to true. Other than that, you would have to place the checkboxes on the listview yourself (requiring all sorts of positioning code, etc, etc). Hope this helps.
Alberto, You can create checkboxes in the first column of the ListView, just set the CheckBoxes property to true. Other than that, you would have to place the checkboxes on the listview yourself (requiring all sorts of positioning code, etc, etc). Hope this helps.
A Allen Anderson Dec 22, 2004 #3 You can try my listview. The version without source is free. http://www.glacialcomponents.com/ProdDetail/GlacialList.aspx you can put checkboxes in any column and set their alignment individually as well.
You can try my listview. The version without source is free. http://www.glacialcomponents.com/ProdDetail/GlacialList.aspx you can put checkboxes in any column and set their alignment individually as well.