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,
I have been looking into the functionality that you are looking for and I can suggest using our XamDataCarousel. This control is a XamDataPResenter that implements Carousel View (http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=xamData_Terms_Presentation_Formats_Carousel_View.html) and allows multiple selection. You can read more detailed information regarding the XamDataCarousel here in our online documentation: http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=xamDataCarousel.html . I have also created a sample application for you which demonstrates how you can use the XamDataCarousel and allow multiple record selection by holding the control key and clicking on the items.
If you need any further assistance on the matter please do not hesitate to ask.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Krasimir,
Was looking for something very simple. Just wanted a simple listbox like the WPF listbox control. If you guys don't have anything like that I can use the WPF listbox control. Do you have a listbox control?