LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically set TREE vertical scrollbar

Solved!
Go to solution

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...

Jim Haas
0 Kudos
Message 1 of 2
(3,690 Views)
Solution
Accepted by topic author JHaas

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.

Jarrod S.
National Instruments
Message 2 of 2
(3,676 Views)