ExtJs: Tree: how to scroll directly to a specific element?

后端 未结 5 397
走了就别回头了
走了就别回头了 2021-01-07 08:03

I\'m looking for a way to scroll to a specific element in a Tree. Any idea how to do this ?

5条回答
  •  不思量自难忘°
    2021-01-07 08:44

    It isn't directly related to extJs, but you could get the DOM element you want in your tree and use scrollTo to get to it.

提交回复
热议问题