treeview dock = left, right, fill, uses full height

  • Thread starter JohnnyB via DotNetMonster.com
  • Start date
J

JohnnyB via DotNetMonster.com

Hello,


I dont know, if this has already been asked before, I'm sorry if so.

VisualBasic:
My problem (happens with TreeView, not with AxWebBrowser):
treeview uses (no matter, if dock = left, fill or right) the WHOLE height
(even if there are objects on the top and/or bottom with dock = top/bottom)
.. Is there a way to make treeview dock on the (already docked) objects and
not on the container??

thank you!:)
 
C

Cor Ligthert

Johnny,

When you use panels or whatever than is the way you add them to the form
controlscollection important.

You can see that in the designer hidden part of your program.

me.controls.Add etc. (It is called the Zorder downside up)

In this part I had never a problem changing things around.

(no guarantee of course so make the first times a backup).

I hope this helps,

Cor
 

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