这是创建 Windows 8 应用程序的最佳方法,其中supports all resolutions
包括Snapped & Filled States
.
[1366 X 768 1024 X 768 1920 X 1080 2560 X 1440 1280 X 800 1920 X 1080 2560 X 1440]
我尝试使用 1366 x 768 作为基本分辨率。
<Grid Background="{StaticResource SEBgColorBrush}">
<Viewbox>
<Grid x:Name="ContentGrid" Height="768" Width="1366" >
//content
</Grid>
</Viewbox>
</Grid>
但它是not supported
2 个分辨率 [1024 X 768 和 1280 X 800]。
任何人都可以这样做吗?