Binding different real time updated ObservableCollection to same userControl template

Posted by euvid on Stack Overflow See other posts from Stack Overflow or by euvid
Published on 2010-05-18T23:36:37Z Indexed on 2010/05/18 23:40 UTC
Read the original article Hit count: 235

I have a UserControl with template property on, and a listView where i want to bind my collections. I use them for a multiple window interface. How can i bind on several different windows (child template), different collection which are updated in real time. My example is for a sniffer with multiple interfaces packet capturing. Thank u

© Stack Overflow or respective owner

Related posts about observablecollection

Related posts about template