Ok this is hard to describe:
Is there a way to place a field to the bottom of a the user field row? I am trying to show it
Code:
Column1 Column2 Column3 Column4
Row1 Row1 Row1 Row1
Row2 Row2 Row2
Row3 Row3
Row4 Row4
Now what I want to achieve is that Row2 Column2 will be displayed at the same bottom level like Row4 Column3/Column4:
Code:
Column1 Column2 Column3 Column4
Row1 Row1 Row1 Row1
Row2 Row2
Row3 Row3
Row2 Row4 Row4