Move to top of model tree

Move to top of model tree

tim11_manhhieu
Advocate Advocate
170 Views
2 Replies
Message 1 of 3

Move to top of model tree

tim11_manhhieu
Advocate
Advocate

Hi experts, I want to move to the top of the model tree like dragging the scroll bar to the top.

tim11_manhhieu_0-1753839102738.png

 

0 Likes
Accepted solutions (1)
171 Views
2 Replies
Replies (2)
Message 2 of 3

cidhelp
Advocate
Advocate
Accepted solution

in VBA you can use:

Call ThisApplication.ActiveDocument.BrowserPanes("Model").TopNode.EnsureVisible

 

Message 3 of 3

tim11_manhhieu
Advocate
Advocate

Many thanks.

0 Likes