Member 14748565 Ответов: 0

Управление изменением размера в соответствии с разрешением экрана


Currently, we are developing with a 1080 x 1920 Android device with Xamarin form, When displayed on an Android device with a different resolution, the control is crushed or the characters are cut off.

I am adjusting the control for each terminal, Isn't there an easy way to resize the control to fit the screen resolution?

Is there something like an anchor property?


Что я уже пробовал:

The arrangement of controls is adjusted for each Android device.

dnxit

Вы можете использовать макет сетки и сохранить ширину и высоту как*, чтобы сделать его гибким и регулируемым по размеру экрана, вы можете увидеть пример по следующей ссылке
https://askxammy.com/working-with-gridlayout-in-xamarin-forms/

0 Ответов