LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically set auto scroll Multi-Column List Boxes?

Solved!
Go to solution

I have a Multi column list box control which I have set to disabled (for indication only) which is being used for showing progress.

When a profile is loaded into the list box if this profile causes the scroll bar to become active this is obviously disabled and so the user cannot scroll

As the control is disabled, also the scroll bar is disabled is there anyway in which I can programatically set the scroll bar to auto scroll?

Lee Henstock
Cooper Research Technology
0 Kudos
Message 1 of 2
(5,022 Views)
Solution
Accepted by lmhensto

HI

You can use "Top Left Visible Cell" multicoum listbox property 

If your multicoloum listbox is disabled you can put any vertical Sliders or something on front panel and give the value of slider to Row/Coloum (Row for Vertical scrollbar and Coloum for Horizontal scrollbar) to "Top Left Visible Cell"

Hope this helps

Regards

Santosh

Message 2 of 2
(5,011 Views)