Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listview control with multiple checkboxes per row

Status
Not open for further replies.

MuadDubby

Programmer
Sep 23, 1999
236
CA
I'm trying to find a control that will let me show more than one checkbox per row. The Listview control (MS Common Controls v6) lets me show one just in the first column, and that's not enough.

I've looked at the DataGrid, and although I found some a bit of documentation saying that if a field in your recordset is boolean it will show up as a checkbox, I've had a very hard time getting this to work. In any case, the documentation I found about this was in newgroups and not in the MSDN docs, which leads me to believe that it's not really supported.

Ultimately, I'd like to be able to put a push button in a specific cell as well, but I realise this may mean creating my own OCX. I'd like to stay away from that if possible.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top