I have a treeview which is added to a Expandable Panel.
I need to resize the panel so as all the nodes of the
treeview are being displayed. Is there anyway to get
the 'required' height of the treeview so I can set the
panel to this size.
Thanks for any help.
Claes Bergefall - 30 Nov 2004 08:02 GMT
TVM_GETITEMHEIGHT will give you the height of each
individual node. Multiply that value with the number of nodes
and add some padding (you'll need to experiment a bit)
/claes
> I have a treeview which is added to a Expandable Panel.
>
[quoted text clipped - 4 lines]
>
> Thanks for any help.