Announcement

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

    Force DynamicForm fields to set width

    In my situation there is a DynamicForm that is initially hidden with X fields that have a width set as "*" located within a static width VLayout.
    When there are enough forms to cause a vertical scrollbar, when I show forms, they cause a horizontal scrollbar because they didn't take the width of the vertical scrollbar into account.

    Is there a method that forced a field or form to reset field widths?


    SmartClient version (available on lower left of Developer Console)
    SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)

    #2
    Normal behavior is that the containing Layout tells the form it needs to be less wide to accommodate the introduction of a vertical scrollbar, and we have automated tests verifying this. If you think what you're experiencing might be due to a framework bug, please show a minimal, ready-to-run test case demonstrating the issue. Also, be sure to verify your test case against the latest version before posting.

    Comment

    Working...
    X