11-15-2006 11:54 AM
Hi!
I have a table with test results and I’d like to let the user to see the results details. Normally the rows have just 1 text line height. This way several results are shown at the same time and it’s easier to see how the test is going on. If the user wants to see the results details, the program expands the rows using “Autosizing Row Height” property.
Problem 1: using the “Autosizing Row Height”, the first blank row remains with the old heightProblem 2: to return to the normal display (1 text line rows), I’m erasing the table, disabling autosize, reactivating autosize, disabling autosize and writing the table again. I could not figure out a better solution. Does anyone know another way?
Thanks,11-16-2006 04:46 AM
11-16-2006 05:31 AM
11-16-2006 06:59 AM