Docking Order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everyone...

I have made an application which has the "Windows Explorer" look. I have
added a treeview control (Docking left), a splitter, and listview (docked
full), a menu, and a toolbar.

Now, after a few releases, I need to add a new toolbar to the form.
Unfortunately, I am only able to get the toolbar to reside directly over the
listview, and to the right of the treeview.

I keep hearing people say "Just remove all the controls and add them in this
order...." , but there has to be a more "COMMON SENSE" approach.

Can anyone help?

Thanks!

Forch
 
Forch said:
I have made an application which has the "Windows Explorer" look. I have
added a treeview control (Docking left), a splitter, and listview (docked
full), a menu, and a toolbar.

Now, after a few releases, I need to add a new toolbar to the form.
Unfortunately, I am only able to get the toolbar to reside directly over
the
listview, and to the right of the treeview.

I keep hearing people say "Just remove all the controls and add them in
this
order...." , but there has to be a more "COMMON SENSE" approach.


Sending controls to back or bringing them to front can be used to change the
docking order.
 
Back
Top