Applying splitter to Mdi Children ?

  • Thread starter Thread starter Aby
  • Start date Start date
A

Aby

hi,
i have an mdi app and 6 child forms. Application have options to
Tile and Cascade forms (Used MdiLayout property). Now, i want to apply
splitter to child forms to make it look like this ;

==============
| | | |
----------------------------
| | | |
==============

how can i do it ? plz suggest a solution...

regards
aby
 
Aby,

You don't want to use child forms in this case. What you want to do is
have one control which has the splitters you need.

Hope this helps.
 

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