Seeing the selected node after TreeView expansion

  • Thread starter Thread starter bg_ie
  • Start date Start date
B

bg_ie

Hi there,

I have a treeview withmany nodes within it, at many levels. I have
writen a function which collapses the list at a certain node level and
another function for expanding the list out fully. The problem is that
after I expand the list, the end (bottom section) of the expanded list
comes into view, resulting in the fact that sometimes the selected
node is not visable after expansion. I wish to adjust the view so that
the selected items appears at the top of the treeview's view (window).

How would you solve this?

Barry.
 
Back
Top