0
votes

I'm looking for a solution, if it is possible navigate within pivotitem. I have pivotitem with ListView. When I click on some item, I want to show details of the item, not to navigate on new page. So I can navigate within pivotitem on new page/control and Pivot control will be still visible.

1

1 Answers

1
votes

You can show a ContentDialog? Or have a hidden "details" control so that when the item is clicked/selected, you hide the list and show the details control? In the latter case it would be good to somehow allow the user to go back to the previous state (show the list and hide the details control), so handling the back button might not be a bad idea for this.