Re: ListView question?
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Feb 08, 2003
- 468 views
Jonas, Ok, I'll take a look, but seems likely it wouldn't allow for the same kind of "dynamic" expansion that a list would (ie, user action adds new item to list, which also adds associated check-boxes in same row). Dan ----- Original Message ----- From: "Jonas Temple" <jktemple at yhti.net> To: "EUforum" <EUforum at topica.com> Subject: RE: ListView question? > > 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 > > > > > > > TOPICA - Start your own email discussion group. FREE! >