Hi,
I have a DynamicForm defined with titleOrientation : 'top' ... Is there a
way to have a RowSpacerItem take that into account when calculating the
height it will skip.
I'm asking because I have 2 DynamicForms which render side-by-side
using an HLayout and I would have liked to have both to remain aligned when
rows are skipped, even though they are 2 separate DynamicForms.
For now a "dirty" workaround I found was to specify a height : '34px' on the
actual RowSpacerItem, but that's not very elegant.
Is there any other way ? If not, could that feature be added at some point ?
Thanks in advance for your help,
I have a DynamicForm defined with titleOrientation : 'top' ... Is there a
way to have a RowSpacerItem take that into account when calculating the
height it will skip.
I'm asking because I have 2 DynamicForms which render side-by-side
using an HLayout and I would have liked to have both to remain aligned when
rows are skipped, even though they are 2 separate DynamicForms.
For now a "dirty" workaround I found was to specify a height : '34px' on the
actual RowSpacerItem, but that's not very elegant.
Is there any other way ? If not, could that feature be added at some point ?
Thanks in advance for your help,
Comment