Hello
I’m trying to create a table with uneven cellcount in each row. The width of each row shouldn’t exceed the width of the table, but somehow thats whats happening.
Example:
Row 1: 1st cell (pref. width 25%), 2nd cell (pref. width 75%) <-- looks fine
Row 2: 1st cell (pref. width 15%, 2nd cell (pref. width 20%), 3rd cell (pref width.65%) <-- last cell is placed outside the table, and the two first cell aligns width with those of row 1.
The tables pref. width is set to 100% and AllowAutoFit = false.
You have a page regarding “Working with columns”
and there is an illustration of what i want to achieve but unfortunately there is no example of how to implement just that illustration.
Thanks!