|
|
Question : Multiple checkboxes in a listbox item
|
|
I would like to be able to display the following in a listbox:
--- DatabaseTableUser [ ] Select [ ] Update [ ] Insert [ ] Delete --- DatabaseTableUser [ ] Select [ ] Update [ ] Insert [ ] Delete --- etc. ---
Any idea how I might go about doing this?
|
Answer : Multiple checkboxes in a listbox item
|
|
Well, the listbox is not quite the suitable control for this. You can use instead a DataGridView or you can create your own "List" control using the flow layout panel or the table layout panel.
|
|
|
|