Hi,
I would like to implement a feature like below with NavigationView.
1. I use NavigationView to show a list of countries as items, say UK, USA, Australia, etc.
2. The first NavigationView Item is called "Overview". It basically displays all the countries on a TileView.
3. When user clicks one Tile on the "Overview", say "UK", I want to jump to the "UK" item of NavigationView to disaply detailed information on UK
How can do that on a MVVM way? I guess I maybe able to use SelectedItem of RadTransitionControl to achieve this, but I am not sure how exactly I can do this.
Appreciate any help.
Thanks.