I have a DataReport object with six rows of text boxes linked to a database. In each row one box can contain a lot of data so its "CanGrow" property is set to True. What I'm finding is that if the box in the first row Grows, it pushes the lower text boxes down appropriately; but then if the second (or lower) box grows, the boxes below it don't move down and the text ends up running together. It looks kind of like this:
Row1_Box1 Row1_Box2_Contains
A_Lot_Of_Text_And_
Grows
Row2_Box1 Row2_Box2_Contains
A_Lot_Of_Text_And_
Row3_Box1 Grows
Obviously I can't simulate the text running together, but Row3_Box2 starts on the same line as Row3_Box1 and its text runs together with the text from Row2_Box2. Has anyone else seen this? Any ideas how to fix it?
