LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Moving to the next row/column in ListBox with enter/tab?

Solved!
Go to solution

I have a ListBox, into which I load multi-column, multi-row excel files. Once I select a single cell to motify it, I would like to move down to the next row or left/right to the next column with enter and tab keys respectively? It would be especially nice to be able to move to the next cell with it being active, so that I can make changes without touching mouse pointer.

 

Is it possible to do?

0 Kudos
Message 1 of 6
(4,778 Views)

The problem with editing a listbox at runtime is that the contents you see on the front panel isn't data -- its a property of the control. A table control however can be modified at runtime and it already has some navigation built. Tab moves to the next cell. Ctrl left and right arrows move back and forth whole cells. Return moves down a line. Etc...

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 6
(4,754 Views)

Is this what you want?

Message 3 of 6
(4,727 Views)

Could you reupload version for 2014 LabVIEW? Thanks

0 Kudos
Message 4 of 6
(4,712 Views)
Solution
Accepted by armendzh
Message 5 of 6
(4,696 Views)

Thank you! Exactly what I been looking for.

0 Kudos
Message 6 of 6
(4,684 Views)