Is it possible to make a template size dynamic?
I am working on making a label with a numeric text field that can have adjustable spacing depending on the situation. Having the text field anchored to the left and the label anchored to the right it appears that everything should work. When I adjust the template width manually it responds correctly; however, there is no easy way to link the width with a template parameter as far as I know.
Does anyone know another way of doing this? I thought about scripting, but wouldn't that require an action before it is resized? The hope was to just make development easier.