Change the vertical alignment¶
What is new - 5.0¶
A new field option named "Vertical alignment" has been added.

You can choose between "Top", "Center" and "Bottom". It is possible to control this via a function like:
if {&Group Number} = 2 then
return drVertAlignmentBottom
else
return drVertAlignmentTop
end