LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

move scrollbar on a disabled table

Dear All,

I have a Table Control which i have disabled after some values have been entered to it, but i want the user to be able to move the table(up/down) with the scrollbar.

Is there any way the scrollbar can be moved even if the table is disabled?

 

Thanks,

Ritesh

0 Kudos
Message 1 of 3
(2,700 Views)

I don't think so.

Workaround: Do not disable the table, just paint gray all the cells. Use an event "value change" to ignore all possible changes.

0 Kudos
Message 2 of 3
(2,692 Views)
Another option (better) is to hide the table's scrollbar, and add another scrollbar control. Each change of the new control would change the top left visible cell off the table.
0 Kudos
Message 3 of 3
(2,689 Views)