Scroll to an item in variable sized list #84
Unanswered
kovacstomi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
What is the proper way to scroll to an item in
VariableSizeTree
?My tree is resizeable and contains long text which must be wrapped, thus it is hard to measure the initial height of each row. The row height is updated using the
resize(height, force)
function after the first render based on its reference's height.On the first tree render, I would like to scroll to a specified item, but it is not accurate because at this time the nodes are not resized dynamically.
Beta Was this translation helpful? Give feedback.
All reactions