Preventing a page break between table rows

General TRichView support forum. Please post your questions here
Post Reply
pruettm
Posts: 23
Joined: Wed Nov 30, 2011 9:08 pm

Preventing a page break between table rows

Post by pruettm »

In my application, I am inserting 2 row tables, one holding a header, and the other holding the content. In one of my test examples, a page break is occurring between the first and last row.

Is it possible to keep two rows together without having to programatically place a page break before inserting the table?

Thank you.
Sergey Tkachenko
Site Admin
Posts: 17555
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

There is an option to prevent page breaks in a table completely: exclude rvtoRowsSplit from table.PrintOptions.
If such table is longer than a page, it will be truncated.
pruettm
Posts: 23
Joined: Wed Nov 30, 2011 9:08 pm

Post by pruettm »

I see from this post that in ScaleRichView does not support pagebreaks within tables. Is there a work around to split a row with more than a page's worth of content across multiple pages?

As always, thank you.
Sergey Tkachenko
Site Admin
Posts: 17555
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

In ScaleRichView - not yet, sorry.
Post Reply