Accessing the selected element inside a templated textblock bound to a wpf listbox
- by black sensei
Hello good people , i'm trying to achieve a functionality but i'm don't know how to start it.
I'm using vs 2008 sp1 and i'm consuming a webservice which returns a collection (is contactInfo[]) that i bind to a ListBox with little datatemplate on it.
<ListBox Margin="-146,-124,-143,-118.808" Name="contactListBox" MaxHeight="240" MaxWidth="300"…