hello all,
I am new to C Sharp development, I have experience in Java and C++ programming. I am currently developing a program for our plc controller. Could someone please advise me how to resize the controls on a Windows form when the form is either being resized or being maximised.
What I want is for my UI elements like buttons, data grid to maintain their relative positions within the Windows form however when the form is either resize or maximised I want these controls to grow with them and occupy the whole screen space like it does in other programming environments such as C++ or Java. Thank you in advance.