How to make form panel width to 100%?

VAer-4038 766 Reputation points
2021-01-03T06:36:36.543+00:00

I have a form panel dock at bottom, but how to make it 100%? Where is the property?

Thanks.

52892-panel-width.jpg

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,193 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 118K Reputation points
    2021-01-03T09:04:25.957+00:00

    Go to Form Designer, select the panel, and change its Dock property to “Bottom”.

    Or set Dock to “None”, resize the panel using mouse (reduce the margins), and change the Anchor to “Bottom, Left, Right”.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.