How forms are opened - Visual Studio

0

Good morning,

My problem is that when I start the program it looks like this:

That is, the child form nor the scroll bar has there cut the other options

Tosolve,Imaximizetheparentform,butitlooksvisuallystrange,see:

HowcouldImakethechildform"layout" fit the parent form? (if I was clear on what I wanted to talk about)

I've already asked two more questions that left the codes, if in case.

How to call the form in other - Visual Studio

Conflict when opening multiple screens in menuStrip - Visual Studio

    
asked by anonymous 21.09.2017 / 16:29

2 answers

1

Try to set AutoScroll to true in your form. Maybe that will solve.

    
21.09.2017 / 16:35
1

Good morning!

In the properties of the components like TextBox etc. you have the ANCHOR option that resizes the fields according to the form!

    
21.09.2017 / 16:49