Docking Order

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
 
H

Herfried K. Wagner [MVP]

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.
 

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

Top