Hi,
I need to be able to double click on a carousel item however it needs to follow the mvvm pattern.
Thanks, Grant
Hi Grant,
The developers have confirmed what I've been seeing. The carousel control was designed to navigate through each level one by one so it can't skip levels at will. They recommended that instead of trying to sync the tree with the carousel, the carousel's DataSource should be updated to point directly at the child items that wish to be viewed. So if the user drills down into the Tree and selects GRANT - 0, the XamDataCarousel DataSource should be bound to CHILD - 0's children collection so that GRANT - 0 will be seen in the carousel.
Hopefully that makes sense.
Okay, that would be great. It may have to be a change to the control - it is quite vital to my project to get it working though
I can't find a built in way to do this so I reached out to the carousel developers to see if they have any ideas. Will let you know what they say.
Yeah that's exactly the problem, thanks for investigating. Let me know the outcome once you looked into it
Many thanks,
Grant
I can see the syncing issue you described in your sample project. It seems to be caused by jumping between more than 1 level at a time as it seems like the XamDataCarousel can only change hierarchy depth 1 level at a time. I'm checking to see if there is a way to jump to a specific hierarchy level. I'll let you know shortly.