Page 1 of 1

Minimum table cell width

Posted: Tue Aug 22, 2006 11:20 am
by robnet
I am trying to set a table cell width to fit its contents. Is there a method in table that does this, or do the width of the contents need to be calculated in pixels, and then the cell bestwidth set to that?

The cell contents are text.

Br,

Robnet

Posted: Thu Aug 24, 2006 11:50 am
by Sergey Tkachenko
If wrapping is turned off in the cell paragraph (see RVStyle.ParaStyles[].Options), the cell cannot be narrower than required for its content.
Otherwise, fit-content mode is not supported.