Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
遵循微软规模指南,有一部分是这样说的:
设计固定布局时,首先为基线分辨率设计布局:1024x768 和 1366x768。
关于这一点,我有以下问题:
是否可以为两个纵横比定义两个固定布局(两者都用于ViewBox缩放到该纵横比中的每个分辨率),以便它们可以根据屏幕的纵横比自动更改?也许在填充模式和全屏模式之间改变也会改变纵横比?
ViewBox
项目模板带有 LayoutAwarePage,它提供了可用于根据 ApplicationView(填充、对齐等)更改布局的视觉状态。如果需要,您可以在其中扩展该行为以覆盖 InvalidateVisualState。