Attached property and style missing on re adding the user control
Posted
by RodD
on Stack Overflow
See other posts from Stack Overflow
or by RodD
Published on 2010-05-27T07:07:36Z
Indexed on
2010/05/27
7:11 UTC
Read the original article
Hit count: 236
Hey people I've got an issue with a WPF project I'm working on, I have an items control which I add to and remove from certain user controls, these contols styles and attached properties are there on first view but when I remove and add them again the user control apears on screen but is detached from the items control attached properties and styles. Is this behaviour common and if so what is the best way to handle it?
Thanks in advance
© Stack Overflow or respective owner