Hi All,
I have MDI application with each child form is created
from a factory class, on top of the child form I have one
datagrid and two Listview controls. The Control box, Min
and Max box are set to false. When I load the child form
the control, min and max box are momentarily displayed
then the form gets docked with fill value. Also I have
observer the form load process to be very slow and I can
see the controls being resized frame by frame.
Do anyone have the same problem of the MDI child form
loading slowly and the control in the form painting slowly.
Any suggestion appreciated.

MDI and child forms (Load and painting issue)
rgreene_nl