Page 1 of 1
					
				Text wrapping cell
				Posted: Mon Nov 02, 2015 7:17 pm
				by rellik
				Which property table cell is responsible for the text wrapping cell to another page?
			 
			
					
				
				Posted: Mon Nov 02, 2015 9:14 pm
				by Sergey Tkachenko
				Sorry, I do not understand the question.
If you want to add a page break before the table row, assign
table.Rows[r].PageBreakBefore := True
			 
			
					
				
				Posted: Tue Nov 03, 2015 6:14 am
				by rellik
				Text strings in cell, which don't fit in one page, did not wrap to next page, wrapping all cell.
			 
			
					
				
				Posted: Tue Nov 03, 2015 6:28 am
				by Sergey Tkachenko
				table.Rows[r].KeepTogether := True
			 
			
					
				
				Posted: Tue Nov 03, 2015 10:13 am
				by rellik
				I have object "A" of class TRVTableItemInfo.
then I create table A := TRVTableItemInfo.CreateEx(6,3,________)
And I have 6 rows, but A.Rows[3] have not property KeepTogether, and if 
A.Cells[3,0] contains many text strings, cell is wrapping to next page entirely.
			 
			
					
				
				Posted: Tue Nov 03, 2015 10:36 am
				by Sergey Tkachenko
				Do you use TRVPrint or ScaleRichView?
Unfortunately, ScaleRichView can break tables only between rows, not inside cells.
			 
			
					
				
				Posted: Tue Nov 03, 2015 11:14 am
				by rellik
				My 3th row have one cell. I use TRVPtint, but how them applies to word-wrap?
			 
			
					
				
				Posted: Tue Nov 03, 2015 11:24 am
				by Sergey Tkachenko
				Please send me a sample document to richviewgmailcom