12-20-2008 02:03 AM
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
12-20-2008 03:11 AM
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.
12-20-2008 03:20 AM