❔ I have trouble understanding AutoSize
Winforms
There is an AutoSize property on most containers, the documentation says that it will make the container automatically fit its contents.
However to me it seems that it just works arbitrarily.
My layout of my control is as follows:

There is an AutoSize property on most containers, the documentation says that it will make the container automatically fit its contents.
However to me it seems that it just works arbitrarily.
My layout of my control is as follows:
- User Control
- Docked Panel
- Text Box
- Another Docked Panel
- Docked Panel