uwp Caliburn.micro 导航

uwp Caliburn.micro navigation

如何导航到扩展到整个屏幕的屏幕,以导航到某种图像查看器页面?

谢谢

我认为你需要做的是学习如何在 UWP 中使用 caliburn.micro

您可以阅读以下三篇文章来了解如何使用它。

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?

这个问题应该是关于 UWP 中 caliburn.microNavigation。具体可以看上面第三篇文章