trichview.com

trichview.support




Re: Table width


Return to index


Author

Message

Sergey Tkachenko

Posted: 03/19/2002 22:50:03


> Hi.

> Here is the problem file.

> Please reply. Good Bye.


Some columns in your table are completely merged with previous columns, so

they consist of only nil-cells.

These columns do not allow RichView to size table according to widths of

cells.

You need to call table.DeleteEmptyCols after cell-merging to prevent

creation of such tables, as it is done in the main demo:


        rve.BeginUndoGroup(rvutModifyItem);

        rve.SetUndoGroupMode(True);

        table.MergeSelectedCells(True);

        table.DeleteEmptyRows;

        table.DeleteEmptyCols;

        rve.SetUndoGroupMode(False);





Powered by ABC Amber Outlook Express Converter