Hi ,
My porblem is how to use databinding in a XamCarouselPanel ?
I have used :
this.xamCarouselPanel1.DataContext = pluginProxy.modelImages;
But it did not work!
Thank you!
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. So I have been looking through your post and I suggest you use XamDataCarousel instead of XamCarouselPanel, because like its name indicates it inherits Panel class and acts like it, which means that it doesn’t have ItemsSource or DataSource, so I believe your best option is using XamDataCarousel or XamCarouselList.
Feel free to write me if you have any other questions.