vote up 0 vote down star

Is there a way to automatically resize a TreeView control so that when it is rendered (or re-rendered, if a node is expanded), the TreeView automatically resizes itself to match the overall height of the tree?

The purpose of this is to eliminate the scroll bar that accompanies the TreeView, so that the treeview blends seamlessly into the background.

flag

1 Answer

vote up 0 vote down

Did you explicitly set a height for the TreeView? If I remember correctly, the TreeView is always rendered as high as its content is (if no height is set).

link|flag
Yes, it is explicitly set to a height. I will try removing that. – Robert Harvey Sep 28 at 17:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.