Hi,
I'm experiencing a problem with the treeview having SingleBranchExpand set to true. The treeview is filled with lots of items on one level. Example:
The div the treeview is in uses scrollbars. Now when I select eg. 'chapter 1 - paragraph 6', everything is ok. But now when i select ' chapter 2', 'chapter 1' is collapsed and 'chapter 2' is expanded. The problem now is that the selection of 'chapter 2' is not visible for the user. He has to use the vertical scrollbar to make 'chapter 2' visible for him. I tried to set the node.scrollIntoView function in javascript, but this does not seem to work when having SingleBranchExpand set to true. Is there a solution for this?