-
Nov 26th, 2019, 11:30 PM
#1
Thread Starter
Addicted Member
How to fit a windows form to any screen resolution?
Hello!
I've developed a windows form App in Visual Studio 2019 (using VB.NET) my monitor it's a 24 inch with a: (1920 x 1080) screen resolution, now I'm trying to run my App in a laptop which has a max. resolution of: (1366 x 768) but the App shows up incorrectly, some controls are overlapped on top of each other seems like the windows form I developed is too big to fit the laptop's screen.
I've already played with my form's properties:
AutoScaleMode: I changed from Font to Dpi
AutoSizeMode: I changed from GrowOnly to GrowandShrink
but still doesn't show correctly.
what can I do to show my app correctly in my laptop?
thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|