Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    2 DynamicForms, 1 VLayout

    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...
    Attached Files

    #2
    Try using explicit column widths that match on each form.

    Comment


      #3
      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

      Working...
      X