Hi,
How i can change the CarouselListBox to a simple list box,
i am unable to replace the itemPanel in CarouselListBox to a simple StackPanel
Please help
THanks
Hello Mudassir,
Thank you for your post. I have been looking into it, but I am not completely sure that I understand your requirement, so I can suggest you see the sample in the Samples Browser under xamCarouselPanel / Style / Defining a Custom Path section, where it is shown how you can change the way the Items are displayed, which I believe is the functionality you want to achieve. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
I just need to change the XamCarouselLisBox to simple ListBox with no animated circular path movement etc.
Regards, Mudassir
Could you pelase tell me why you want to use the XamCarouselListBox instead of MS ListBox, since you want to disable its main functionality?
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 NodeSelection to Multiple in the SelectionSettings of the XamDataTree. Here you can see a sample showing this functionality:
http://es.infragistics.com/community/forums/p/64074/324190.aspx
Hope this helps you.
Well, This is client's requirement to have all controls from infragistics library and they want list box to of Infragistics as well.
so if there is any solution i can customize the carousel list box to simple list box that will be fine.
Regards,
Mudassir