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