Hi All, My tree is representing a file system and deep nested folders are not visible. I have been using Tree.scrollToIndex to make a selected item visible however it does not handle the horizontal scrolling and it seems I need to implement this myself.
I have an ItemRenderer(selected Item) but I am not sure how I can tell if the Item is really visible as Tree.isItemVisible() does not seem to check the horizontal visibility of the icon and label. Sooo, with the ItemRenderer I do have its x,y position but how do I translate that into a horizontalScrollPosition? Or is their another way? Any help much appreciated! Thanks, Greg

