How can I set the size of a WinForms Window to Auto! I do not want to give it a specific size, want it to adjust to its content!
For example in WPF we have something like this:
Height="Auto" Width="420" SizeToContent="Height"
The reason I want to set it this way is that the window shrinks in Windows 10 on 4k resolution!