Search code examples
winrt-xamlcallisto

Callisto Ratings tab navigation


I'm using Callisto to add ratings to my app. Everything works fine but the tab navigation for this control.

Any idea about how to support tab navigation for this control, like the "Store" app for example? The idea is select the control (focus) and select the rating value with left/right keys (like a slider)

Thanks in advance!


Solution

  • The tab navigation works but it takes more tabs to hop from one rating item to another. I recommend you to use FocusWatcher class, you will be able to figure out the situation.