Click here to Skip to main content
15,889,899 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
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?


What I have tried:

The arrangement of controls is adjusted for each Android device.
Posted
Updated 14-Sep-20 20:00pm
Comments
dnxit 15-Sep-20 8:59am    
You can use a Grid Layout and keep width and Height as * so it'll make it flexible and adjustable to screen size, you can see an example on the following link
https://askxammy.com/working-with-gridlayout-in-xamarin-forms/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900