I have winform in .net and I place too many controls and set the height and width of the form. But when I compile the form and reduce the size of the form, my controls are not visible. When I increase the size of the form, the controls are visible in their places.
I want the scroll bar to appear when I reduce the size of the form, and the scroll bar to disappear when we increase the size of the form.
source share