Hi All,
I'm wondering if anyone could point me in the right direction on resizing buttons that were added dynamically via Include. I have four columns which are being modified dynamically by an "Add" button at the top of the UI.
Each time Add is pressed, a new field is added to the 1st, 2nd, and third col, and a button is added to the fourth. I would like the button to be the same size as the fields in the same row. Each column is a VGroup with a nested Include.
Currently, the VGroups are all constrained to an hbox. I can modify the constraints on the VGroups, but I've been having trouble trying to figure out how to modify the constraints on the VGroup's dynamically added nested elements.
All the best,
Frank