How to make a Windows Forms App to be perspective , in order to make it to be like a web page where all the elements are resizable ?
I mean that it should fill in all screen sizes , laptops and desktops.
I have tried everything but none is working v,
I want all the elements of the form to resize as it would resize if it was a web page?
It is so painful if the Windows Form has many elements and you have to make all the properties in all the controls and when you change one property , maybe then you have to change again another one , and again and again...
I am looking for something like when we make a Web Page
, its easier and much more elegant.