« on: February 23, 2011, 03:56:55 AM »
In my FlexibleTreeView I show set no. 1 of data items. Then I clear the TreeView and show another set of data items.
Later set no. 1 is shown again and I want the first visible item to be the same as when the set no. 1 was shown the first time.
The method ScrollTo assures the respective item to be visible, but does not exactly move it to the first position.
How can I make a certain Node to be the first visble one?