Accessing The Forms Created By Repeating Panel

Thanks for the quick response!
Actually that isn’t quite it, in fact it is almost the inverse.

The application runs and the RepeatingPanel.items gets populated with a Dictionary.

The information in that Dictionary is then instantiated into the Form objects that the Repeating Panel creates from the RepeatingPanelTemplate.

What I want to do is programmatically access a property on the instantiated Form.

I don’t want to change the content on the instantiated Form which is coming from the Dictionary (that could be done via modifying the contents of the Dictionary in the RepeatingPanel.items.

Specifically I want to modify a textbox property (e.g. foreground) of a single instantiated form so that the text in that textbox on just that instantiated Form (not on the other Forms instantiated from the same template) stands out.