How can I navigate to a screen stretched to the whole screen, to navigate to some kind of Image Viewer page?
Thanks
How can I navigate to a screen stretched to the whole screen, to navigate to some kind of Image Viewer page?
Thanks
I think what you need to do is to learn how to use caliburn.micro
in UWP.
You could read the following three articles to learn how to use it.
Using Caliburn Micro with Universal Windows app – The project setup
Using Caliburn Micro with Universal Windows app – Binding and actions
Using Caliburn Micro with Universal Windows app – Navigation
I have a Grid with images. When an image is clicked, how can I navigate to a screen stretched to the whole all, to navigate to some kind of Image Viewer page?
This issue should be about the Navigation
of caliburn.micro
in UWP. You could read the above third article for details.