CheckBox in ListView

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

How can I insert checkboxs in some cells of a listView?
Is it posible?

Thank you.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top