I am trying to create a report with a table-like format. Each row contains a variable number of elements, and I'd like each column to line up. For example:
Row1Item1 Row1Item2 Row1Item3
Row2Item1 Row2Item2
Row3Item1 Row3Item2 Row3Item3 Row3Item4
While regular textboxes...