In Windows Store apps, if the content is fixed, we can encapsulate it into a ViewBox, so that the content can adapt to different resolutions. But, if the content isn’t fixed, in my app, there’s a GridView which items are dynamical, how to make it adapt to different resolutions?
Share
If you have an adaptive layout, you can use controls like a ListView to dynamically grow based on screen resolution. See more at Guidelines for scaling to screens. Also, check out the template projects in Visual Studio 2012. They use adaptive layouts for their content.