02-06-2011 05:31 AM
Is there a way to programatically control the position of the TREE's vertical scrollbar. I've looked through the property nodes and don't see it . Thanks...
Solved! Go to Solution.
02-06-2011 07:50 AM
The closest thing I know of is to call the Ensure Visible invoke node on a specific item tag. That will make sure the node can be seen in the current scroll selection. So you can call it on a particular tag to scroll to a certain section. This has other side effects, such as expanding the section containing the node you call it on, so it's not a perfect way of just setting scroll position.