Hello,
I need to implement carousel of image, and carousel of userControl(on which I need to click). What carousels ( Panel, or data) is best suited for both use cases. On the other hand I'd like to change the navigation arrows, I'd like to add a control environment that can tell me where I am in navigation. As on the iPhone. See print screen that I added. Do you have a idea to do this?
Amandine
The XamCarouselPanel and XamCarouselListBox both will work with images and UserControls. The XamCarouselDataCarousel is more designed to work with tabular data. The documentation for the product contains clear instructions how to stylize the Navigator control to look like anything you want it to look like.
Thanks!