Suppose I have a multi-screen app and I have a control which I want to share among multiple screens.
Is it possible to Replicate the control on multiple screens?
I understand there are existing options to Copy, Paste, or Duplicate a control - those copy the existing control design and create a distinct control initially with those settings.
What I am hoping for instead is to Replicate the control so that it has the same reference name on each screen and any change in content or configuration of the control is simultaneously reflected in each of the replicants.
Is this possible?