LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to change tree control scrollbar position through program

Hi,
I am using LabVIEW 7.0 Tree View control for my application. I am adding number of string items to tree list using Add Item method. After that I am selecting one of the item through program. But front panel scrollbar is not scrolling automatically to show the selection. Is there is any other way to change the scrollbar position through program.

Thanks,
S.Venkat
0 Kudos
Message 1 of 2
(2,874 Views)
You can create a property node and determine what item was selected and then using the index of the selection pass it to the Top Left Visible Cell property. This will bring the index selected to the top left of the control. Hope this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
Message 2 of 2
(2,874 Views)