LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling the position of a vertical/horizontal slide position

I have an array of clusters storing  test results.
Problem is, the slide stays at the top possition while the array gets populated, meaning the user can't see the last entry.
 
I've tried many properties to control the slide to move to the last position, but can't seem to find anything that works.
 
Anyone know of something ?
0 Kudos
Message 1 of 2
(2,670 Views)
What slide? Are you referring to the up/down control that specifies which index is at the top? That's not a slide - that's referred to as the "Index Display", so please use the correct term. To set which index value is at the top use the "Index Values" property of the control, as shown in the following code snippet:


This sets index 3 to be the element at the top.

Message Edited by smercurio_fc on 07-06-2007 11:48 AM

Message 2 of 2
(2,666 Views)