Page 1 of 1

Preventing a page break between table rows

Posted: Mon Apr 06, 2015 5:32 pm
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.

Posted: Fri Apr 10, 2015 7:58 am
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.

Posted: Tue Apr 21, 2015 1:37 pm
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.

Posted: Thu Apr 23, 2015 8:29 pm
by Sergey Tkachenko
In ScaleRichView - not yet, sorry.