简体   繁体   English

如何设计UWP app UI?

[英]How to design UWP app UI?

I am working on a UWP app and I am new to windows 10 development. 我正在开发UWP应用,对Windows 10开发还是陌生的。 I want to create an app which will work on windows pc, mobile and tablets. 我想创建一个可以在Windows PC,手机和平板电脑上运行的应用程序。 In visual studio when I try to design UI for different screen sizes, UI changes happen in every other screen sizes. 在Visual Studio中,当我尝试为不同的屏幕尺寸设计UI时,每隔一个屏幕尺寸都会发生UI更改。 For example, if I made some changes in 8' screen UI then 5' mobile UI totally messes up. 例如,如果我对8'屏幕UI进行了一些更改,则5'移动UI完全混乱了。 Can anyone suggest something? 有人可以建议吗?

What you are trying to do is a "Responsive UI design" which will automatically manipulate their properties when the screensize were triggered by the devices height or width, most of the time is the device's Width. 您要尝试做的是“响应式UI设计”,当屏幕尺寸由设备的高度或宽度触发时(大多数情况下是设备的宽度),它将自动操纵其属性。

Here is the official guide on how to do the responsive design. 是有关如何进行响应式设计的官方指南。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM