I have a window form which has many controls and I need to set horizontal scroll bar for width of the form. Moreover, I am displaying it as a child form to mdi parent and when I maximize the form, display is not proper. How can I set and bind horizontal scroll bar to form width so that it is scrollable.
Any type of help will be appreciated.