D
dwhittenburg
I've played with ListBox, ListView and used DataGrid a good bit. I was
wandering if either of these could be used as a solution for my problem or
if there were other List solutions?
My problem is that I basically need a selection mechanism from a list,
however I need it multi-select. Currently, I'm using two ListBox controls,
one as the Available and one as the selected. Once clicking on the Available
it goes to the selected and vice versa.
I was actually looking for more of one list that I could use and on
selection of an item in the list it would be highlighted and I could select
mutliples...
Any suggestions?
wandering if either of these could be used as a solution for my problem or
if there were other List solutions?
My problem is that I basically need a selection mechanism from a list,
however I need it multi-select. Currently, I'm using two ListBox controls,
one as the Available and one as the selected. Once clicking on the Available
it goes to the selected and vice versa.
I was actually looking for more of one list that I could use and on
selection of an item in the list it would be highlighted and I could select
mutliples...
Any suggestions?