Form Location problem

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

I have an MDI parent form which has treeview on left side
and child forms gets loaded on clicking the tree node.
When the application is started the child form fills the
right side fully. but when it is re loaded by clicking on
tree node, the child form changes its location....How to
avoid this?. I have given the form.dockstyle = fill. All
the windows are in Normal state(not maximized).
 
Hi SS,

How are you reloading your forms?
How do you set DockStyle.Fill, before showing the form?
A small but complete code sample could help.
 
Back
Top