how to re-use a composite UserControl inside another region in cal(prism) framework?

StackOverflow https://stackoverflow.com/questions/5441448

  •  12-11-2019
  •  | 
  •  

Pergunta

I'm using CAL framework in my application and I came to a point where I needed to re-use my composite UserControl somewhere else, i.e. would create a new instance of that usercontrol for the next region and change some of it's properties as per the UIContext.

When I tried to do so, I got an exception that it's children have already been registered.

Any sample-code in this regard would be appreciated.

Foi útil?

Solução

There was a glitch. CAL is not that flexible to re-use composite usercontrols. I had to finally create a base UI and then derrived two different composite usercontrol classes from it.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top