If I have a TTreeView and I call something like this:
myTreeView.Select(nodeIWantSelected);
it is selected, but unless the node is inside the part of the tree that is currently visible, I can’t see it and I need to drag the scroll bar until I find its position. How to make TTreeView scroll to node when selecting it?
source
share