Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a WPF project. if i change the resolution of the screen, some parts of my window is not displaying. how can i make my WPF application resolution independent?

I want to use this application in tab also. In tab when i open the keypad, i want to scroll the widow to the top of the screen. How can i do this?

Please help me

Thanks in Advance
Kunjammu
Posted
Comments
Sergey Alexandrovich Kryukov 8-Oct-14 0:45am    
No, you did not change "resolution", you changes screen size in pixels. This is not the same.
Apparently, if your window is too big and not resizeable, if cannot fit some screen. There is no "absolute" independence. Just make you window resizeable, with reasonable layout. The detail depends on your design. Never use manual positioning and sizing.
—SA

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