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.
在 Windows Store 应用中,如果内容是固定的,我们可以将其封装到一个 ViewBox 中,让内容适应不同的分辨率。但是,如果内容不固定,在我的应用程序中,有一个 GridView 哪些项目是动态的,如何使其适应不同的分辨率?
如果您有自适应布局,则可以使用ListView等控件根据屏幕分辨率动态增长。更多内容请参见缩放至屏幕指南。此外,请查看 Visual Studio 2012 中的模板项目。它们对其内容使用自适应布局。