How to check if app is running on tablet?

They will fit and you would have too much space instead

/Boban

3 Likes

That’s why you can check with one of the emulators I mentioned above. If you use percentages instead of pixels, you can come up with a layout that works for all devices.
I always make a resizing procedure for all the buttons in the Screen1.Initialize event which takes care of that at runtime, so you don’t have to do anything in the designer. Then I try my app in a big screen, a normal and in a very small one.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.