C#C
C#3y ago
3 replies
ChaChaCha

Make every textblock in an itemscontrol with an OCollection<string> as the source have a click event

I have an itemscontrl with a OCollection as the source which means it can be updated
i have a textblock to display each string in the datatemplaet
how can i have every textblock even after updating the list have a click remove event?
Was this page helpful?