react-component / tree

React Tree

Home Page:https://tree.react-component.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrollTo does not seem to work

sweco-nlmdek opened this issue · comments

Hi,

i'm using autoExpandParent & setting expandedKeys & selectedKeys.
This all works, but when the selected item is offscreen i want to scroll to the selected item.
i have been testing with scrollTo({key:'itemKey'}) but its does not seem to do anything.

any ideas ?