Binding SelectItem Content
I have a listbox that populates expander controls the header and content is binded. I want to be able to SelectItem to a TextBlock.. Currently I'm using {Binding SelectedItem.Content, ElementName=Listbox}. I tried binding to the expander and the textbox that the Expanders populates in the expander. But no results.
Any Thoughts?