Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Size of the desktop (screen) of the client device
#1
how do I find out the size of the desktop (screen) of the client device?
Reply
#2
Check the demos, there is a page in one of the demos that shows this.
Reply
#3
You can obtain the size of the *browser* window easily:

WebApplication.FormHeight and WebApplication.FormWidth

or, from the form itself, you can check its sizes using properties Width and Height.

It doesn't contain the actual size of the screen though (which is for the vast majority of the cases irrelevant).

Can you please elaborate on why do you need the sizes of the screen?
Reply
#4
I wanted to analyze the size and change the screen content depending on it. But I realized that it would be better if the formatting was applied correctly. Thank you for the question you asked. He directed me to a different way of solving the problem.
Reply
#5
In addition to screen size you can use anchors and aligns, or a template with a responsive layout. We have demos for all of these including screen size detection.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)