I want to know the screen resolution so that I can set the height of an element according to the resolution in a Windows 8 app.
|
|
|
How about this?
|
|||||||||||||||
|
|
Are you using XAML? If so it does not matter. Use the Grid control. It will fill up all available space. Read Jerry's blog as to why you might want to use xaml for WinRT development. |
|||||||
|
|
Probably the best option for DirectX-enabled apps, however, applicable to all other kinds of metro apps is: P.S. C'mon, getting window size to determine screen resolution? What about snapped/filled modes? This world is so much broken :-/ |
|||||
|
|
apparently i don't have enough rep to reply to posts yet, but in regards to @Krishna's answer, it may be worth noting that his solution requires:
probably not an issue for most of you, but in my case (trying to grab resolution of executing app from an imported library), it wasn't there by default. hope this helps someone else... |
|||
|
|
|
Getting the bounds of current window is easy. But say if you want to set a large font size for bigger screen (resolution is same as 10" device, but screen is 27"), this wont help. Refer Scaling to different screens I used the following method to detect screen size & change text block font style appropriately.
|
||||
|
|
|
To determine screen resolution....
|
|||||
|
|