Please give me simple step by step instructions on creating a control set. I have done this in the past. And I have lost the ability to create control sets. I think I can recall finding control set in the inspector but it appears there is no control set in the inspector. Has it moved or did I imagine that this was how you create control sets?
Solution for ContainerControls:
You can add ContainerControls add runtime by creating them in code and embedding them with EmbedWithin or EmbedWithinPanel. Keep track of them in an array.
[quote=79159:@Eli Ott]Solution for ContainerControls:
You can add ContainerControls add runtime by creating them in code and embedding them with EmbedWithin or EmbedWithinPanel. Keep track of them in an array.[/quote]
I have started giving this a crack, thanks.