I have a sorted tree view with a lot of item. When I am adding a new item I would like the newly added item to be selected and shown on the screen. For example: if I am seeing the first 10 items on the screen and the new item is added on 20th position then the view should change to present the new added item (it can be the first one on the screen, the last one or in the middle - it doesn't matter). I am able to get selection working after reading some blog posts. Please help me to find out how to achieve the desired functionality concerning showing on the screen.
Lukasz Glaz