No I am not talking about the code you see, I'm talking about the 'Show more' and 'Show less' buttons, that show more and show less text.
to
Basically, I want to have something on my program like this, any help?
Me.Height += some_size to make the form larger
Use the anchor properties of each control and/or set their location manually.
I'm not sure there is an "easy perfect" solution with win32 forms.