RE: ListView question?
- Posted by Jonas Temple <jktemple at yhti.net> Feb 08, 2003
- 429 views
Dan, I don't think you can do this with a list view (with the exception of having a check box in the first column). I would suggest taking a look at the latest release of Phil Russel's grid control, where you can define a column as a checkbox column. Jonas Dan Moyer wrote: > 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 > >