I was wondering if there's a way to navigate records in a DataCarousel. So if I select a record that is in the top right of a circular path, it can be rotated round so that the selected item is then in the bottom centre.
I've looked through the help files but not yet found anything that actually works. The MoveFocus() command doesn't seem to have any effect.
Any help is much appreciated.
It sounds like you would like to navigate the carousel to spin around based on an event in the data grid section of the content in a XamDataPresenter. Does this sound accurate?
Do you want the carousel to spin an item to the middle of the path?
Do you want this to happen as soon as the element grid receives focus or when the user mouses down on a specific area?
Thanks,
That's exactly what I'm looking for - when a user clicks on an item, I would like the carousel to spin it to the middle of the path. Is this possible to do then?
Rob