I would like to have a multi-select list box and am wondering if this control is appropriate for that, or is there a Listbox control you offer?
Thanks.
Hello Mike,
Thank you for the clarification. I been reading through your post and I can suggest using our XamDataTree control. When bound to a non-hierarchical data it arranges its nodes as the ListBox control does. You can also enable multiple nodes selection by setting the NodSelection to Multiple in the SelectionSettings of the XamDataTree. I have created a sample application for you demonstrating the described functionality.
If you have any further questions please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Ok, Krasimir, I'll take a look at this. I am very interested in binding multiple selected objects to and from this control, is this possible? So, for example, I might have a user detail window with two of these listboxes. One of them is for roles and the other would be for clinics they have been assigned to. I'll need to fill each listbox with all roles or clinics, and then each user object has a list of roles and clinics they have been assigned to. I'll need to bind the selected items in each listbox to their assignments, and then if I click to select or deselect I'll want to bind to that list so that items are added or removed. Is this possible with this control?