Hi experts,
I have a class that extends RunBase and overwrite method dialog().
In this dialog, I have 4 dialog fields before, they are arranged as 2 col * 2 row automatically.
Now I want to add a new dialog field there, but I don't want to cause breaking change of UI (maintain the positions of that 4 dialog fields).
How can I hard-code the position of the 5th field to make it below previous 4 fields.
For example:
What I want to achieve is like this:
But actually, what I get is like this:
Could anyone help on this? How can I set the position of the 5th field as fixed position?
Thanks in advance.