Reputation: 188
As you can see below, the same cell got splitted in two pages... But I need them in the same page, how can I do that?
I tried to use "SetHeight" in cell but no success...
Upvotes: 0
Views: 335
Reputation: 636
You can try
new Cell().SetKeepTogether(true)
Upvotes: 1