I want to place 2 or more DynamicForms on a single VLayout & would like for the forms to align their titles/values.
How can this be done?
See attachment for an example...
I did this for now, and the titles align across forms:
Code:
form.setTitleWidth (200);
However...
1. If the actual titles are small, like 100, it takes much more space than necessary and the form looks odd -- it can be personally annoying
2. When a title gets larger or of an unknown width, such as during i18n, this remains a problem...
Comment