I have a screen where the user can select an option (not a browse gallery as it does not do what is required).
I want to pass the item the user has selected to the pre-made "DetailScreen1" which is used by the browse gallery.
I looked at the browse screen but did not see how it does it as the navigate onselect event is just normal navigation.
Code:
Navigate(DetailScreen1, ScreenTransition.Fade)
I want to do something like
Navigate(DetailScreen1, ScreenTransition.None {Last(listOfStuff)})
Thanks