Page 1 of 1

richview's table cell bug?

Posted: Sun Jul 09, 2006 6:35 pm
by roclee
I found a richview's bug. when a image in table cell,I can not reduce the table width size,Why?

I had email the demo rvf to your email

thanks!

Posted: Tue Jul 11, 2006 7:16 pm
by Sergey Tkachenko
In your file, the table has width explicitly defined in pixels:
table.BestWidth = 486 pixels.
TRichViewEdit does not allow to resize such tables with mouse.
To enable resizing, set table.BestWidth := 0;