Treeview Content Width

  • Thread starter Thread starter Juan Romero
  • Start date Start date
J

Juan Romero

Hey guys,
Does anyone know how to get the width of of the client area of the treeview
control?

What I am trying to do is let the users double click on a split control and
have the treeview automatically resize (horizontally of course) to show all
the content. by default, if something does not fit in the client area, the
treeview control adds scrollbars. What I want to do is let the user
"auto-expand" the treeview to the point where the horizontal scrollbar
dissapears.

Thanks!
 
I am new to VB.NET (obviously). Why is it that this property is not listed
in the intellisense property inspector when you look up the object's methods
and properties?

Thanks a lot Brian, I appreciate your help!
 
* "Juan Romero said:
I am new to VB.NET (obviously). Why is it that this property is not listed
in the intellisense property inspector when you look up the object's methods
and properties?

You can show advanced members in the code editor with the "Hide advanced
members" option under "Tools" -> "Options" -> "Text Editor" -> "Basic"
-> "General".
 
Back
Top