G
Guest
I have a MDI container form that l load client forms into. When I set the
FormBorderStyle to None before calling show on the client form, I can resize
the container form and if there are unseen areas of the child, it shows the
horizontal and vertical scrollbars (that's fine).
However, I want the FormBorderStyle set to Sizable so that I can treat them
like Excel workbooks and minimize, maximize, and move around however I want.
So I set FormBorderStyle to Sizable and the child's windowstate is set to
maximized. The PROBLEM is that when the container form is sized to a smaller
size so that the child form has unseen areas, there are no scrollbars and you
cannot get to those unseen areas of the child without restoring down the
child. That is similar to Excel, except in Excel when the workbook is
maximized and the container is smaller than the workbook, there are
scrollbars available so that you can get to the unseen areas of the child.
How can I duplicate how Excel handles this?
FormBorderStyle to None before calling show on the client form, I can resize
the container form and if there are unseen areas of the child, it shows the
horizontal and vertical scrollbars (that's fine).
However, I want the FormBorderStyle set to Sizable so that I can treat them
like Excel workbooks and minimize, maximize, and move around however I want.
So I set FormBorderStyle to Sizable and the child's windowstate is set to
maximized. The PROBLEM is that when the container form is sized to a smaller
size so that the child form has unseen areas, there are no scrollbars and you
cannot get to those unseen areas of the child without restoring down the
child. That is similar to Excel, except in Excel when the workbook is
maximized and the container is smaller than the workbook, there are
scrollbars available so that you can get to the unseen areas of the child.
How can I duplicate how Excel handles this?