Horizontal scroll bar when childform is maximize
I create a win form using c# and visual studio 2005. I set the main form to MDIParent and open a child form in maximize state & set autoscroll to true in the child form. When I launch child form, the vertical scrollbar appear, but the horizontal scrollbar does not. How can I enable the horizontal scrollbar?
|