I have a treeview inside a parent div. The parent div has a fixed width and height, with overflow:scroll. So when the treeview contains many items, you can scroll the div down to see them. If you do this, then select a node, the div goes back to the top, so you then have to scroll down to find the node you clicked on.
I'm guessing clicking on the treeview is then propagating to the parent div. Is there a way to stop this?
Thanks
I'm guessing clicking on the treeview is then propagating to the parent div. Is there a way to stop this?
Thanks