Hi,
would like to know what would be best approach for such use case.
I have approx 6 buttons in column layout with different labels, but I would like to have all buttons same width.
At the moment I wait for CREATION_COMPLETE event and then manually get widest element and update all buttons, but maybe there is some better way ?
thank you