Page 1 of 1

Table Width

Posted: Sat Dec 10, 2005 7:50 pm
by alexanm
Hello,

in the Help file it says that by now there is no way to calculate the width of a table based on the optimal widths of its cells. When will this be implemented? Or is there another way to determine the optimal width of a table...?

TIA
Markus Alexander

Posted: Sun Dec 11, 2005 7:46 pm
by Sergey Tkachenko
Not planned for near future. Optimal width must be at least large enough to include the longest word without breaking it. So, you can try to calculate widths of all words in table cells and increase Cell.BestHeight if necessary.