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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top