Hello, I would like to dynamically change my DynamicForm.
I do this using "clear()" and "setItems(...)" some time after the form is diaplayed and adding my new items in the DynamicForm,
but the new form should be smaller in height than the previous one (it contains less items)
The problem is that the DynamicForm does not reduces it's height (it still keeps the same height using empty space for the rest of the area).
How can I set the correct size of the DynamicForm?
Thank you in advance for your help.
I do this using "clear()" and "setItems(...)" some time after the form is diaplayed and adding my new items in the DynamicForm,
but the new form should be smaller in height than the previous one (it contains less items)
The problem is that the DynamicForm does not reduces it's height (it still keeps the same height using empty space for the rest of the area).
How can I set the correct size of the DynamicForm?
Thank you in advance for your help.
Comment