Hi,
I have searched and read top related threads on this and most are from 2009 and 2008. I can't seem to find a solution to keep the aspect ratio of all form controls when the form window is resized or set to full screen. I am programming with Visual C#. At first thought "anchor" or "dock" seem to be what most people suggest, but it doesn't work in the way needed. ex: the multiple controls on the window can overlap each other instead of expanding with aspect ratio. What I'm trying to do is make my form in the designer look the same no matter the window size.
Thanks for any and all help. :)
Brandon