>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> There are 2 modes drawing a char in a cell:
Juergen> - fixed width cell (where the drawing is fixed [more or
Juergen> less])
Juergen> - variable width cell (where the dimensions of the
Juergen> tabular-column change and the whole tabular has to be
Juergen> redrawn.
You could maybe remember whether the cell is indeed the largest in the
column. Otherwise a redraw will not be needed. I'll see if I can do a
bit of profiling today.
JMarc