ListView question?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Feb 08, 2003
- 458 views
I suspect ListView can't do this, but I thought I'd ask: I'd like to be able to let a user add items to a list of items, and have associated with each item a couple of check boxes, with each column of check boxes having a label describing what action on the main item checking the box could cause. Don't know if this will come through email clearly, but like this: ITEMS | ACTION1 | ACTION2 | ------------------------------------------------ | an item | x | | 2nd item | x | x | 3rd item | | x | ------------------------------------------------ | Then when the user clicks on some other button, the list will be perused, and actions will be taken on each item depending on what was checked. Can anyone suggest a way I could do something like this? Dan Moyer