LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

set scroll bar position list box

Hi all,
i need some help...
I try to change in my program the scroll bar position of a multi list box. Because in my program, i erase some time the content of this list box, and if a user try to move the scroll bar, labview shut down whith "undo.cpp error line 3067". The solution is to move this scroll bar to the top ... but i don't find how to do this... there is nothing about this in properties node... so... HELP 😄

thanks a lot ...

i just post an exemple of the shut down issue...
0 Kudos
Message 1 of 3
(2,794 Views)
After you erase the list, use a property node to set the Top Left Visible Cell to 0,0. The scroll bar will still be visible, but it will be disabled.
Right-click on the list, then select Create >> Property Node.
Move the Property Node into the case where you erase the list.
Right-click on the Property Node and select Change to Write.
Right-click on the Property Node and select Properties >> Top Left Visible Cell (at least in english).
Right-click on the Property Node and select Create >> Constant. 0,0 will be the default.
Message 2 of 3
(2,794 Views)
AIS ! thanks a lot !! it's working fine !! thanks !!

Bye .. I'll come later with more and more question ... 😛 lol
0 Kudos
Message 3 of 3
(2,794 Views)