I have a form with about 20 datacards. Each card has a label and a textbox. I want to make each label parent.width/3. I want to set the x property of the textbox to label.x +label.width. I want to set the height and y properties of the textbox to match the label.
It's very time consuming to do this for each control in each datacard.
Is there a quicker way to do this?