LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Moving Programmatically Multicolumn Listbox Scrollbars

Hello:

I have a little problem with the Multicolumn Listbox and I hope somebody around here can help me.

I have a Multicolumn Listbox with few rows visible, let's say 4. Then I fill the Multicolumn Listbox with many elements, for example 20, and scroll down to see the last element. Then I "re-fill" the Multicolumn Listbox with few elements, let's say 3, they are not visible, so the user manually has to scroll up to see them.

How can I programmatically move the vertical scrollbar to the top when I "re-fill" the Multicolumn Listbox?

I've looked for a Property or something to do so, but haven't found it yet.

See attached VI.

Any help is appreciated.

Robst.



Robst - CLD

Using LabVIEW since version 7.0


0 Kudos
Message 1 of 3
(3,105 Views)
You want the "Top Left Visible Cell" property.
Message 2 of 3
(3,094 Views)
Thanks Matt W, it works perfectly, I didn't see that property Smiley Tongue.

Thanks a lot.

Robst



Robst - CLD

Using LabVIEW since version 7.0


0 Kudos
Message 3 of 3
(3,087 Views)