docking problem(form)

J

juli jul

Hello,
I need to place those controls in the form in the order that I am
writing:
1)ListView (aligned dock to "Fill")
2)Spliter aligned to left(dock=left).
3)TreeView aligned to left(dock=left).

How can I do it?
(I tried to add them first without docking in the order 1),2),3) but
after doing the dock it wasn't ok)
Thank you for the help!
 
E

Eric Cadwell

Right click the controls and choose 'Bring to Front' or 'Send to Back'. This
should change the order the controls are added to the form and change the
docking appropriately.

HTH;
Eric Cadwell
http://www.origincontrols.com
 

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