Dynamically change the Container OR Template Repeater Size

Is there any way we can dynamically change the Container OR Template Repeater size in Ignition?

Let say I have a Spinner/Numeric Text Field, and I want the user to be able to change the Container/Template Repeater size by inputting some values in the Spinner/Numeric Text Field. Is there any way to do that dynamically?

system.gui.resizeComponent() and friends (move, reshape, transform).

Thanks! That’s it!