So, I am developing an app for tablets in C#, WPF. I do not have one to test on it, but the customer told me the screen is 10-17 inches big.
I am wondering what screen size to test my app. I am using the grid for layout, but when I say for example GridRow1.height=2* GridRow2.height=3* It does not look the same on full screen and on smaller window sizes.
I think the screen resolution is going to be more relevant than the physical size. For example, I use an iPad as an additional screen in my Windows setup, and although the iPad is physically tiny, it’s resolution is far higher than my 1920×1080, 32” monitors.