2
Answers

Binding SelectItem Content

RIck Mueller

RIck Mueller

14y
3.2k
1

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?

Answers (2)