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

  • Thread starter Thread starter JohnnyB via DotNetMonster.com
  • Start date 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!:)
 
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
 
Back
Top