Windows Forms App Designer

JohnIFZ 0 Reputation points
2025-07-15T17:58:18.0266667+00:00

Hey all:

I am working on a .NET Windows forms app, and I want the app to be a set size of screen.width/2, screen.height/2, but I am having trouble designing the form, when I design the layout and then run the App, the UI looks different. Research suggested an issue with DPI, but my screen is set to 100% scaling. ScreenDesign1.pngCan anyone help?

ThanksScreenRun1.png

Developer technologies | Windows Forms
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-07-15T22:04:30.2133333+00:00

    As you don’t show the layout or anchors, we can not help. If you resize the screen do panels resize? Which controls are fixed, and which are resizable. My guess is you did not add any support for resize.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.