react-component/tree

scrollTo does not seem to work

sweco-nlmdek opened this issue · 1 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 ?