0

I Have a ComboBox and I would like to bind to two different properties, one in the ComboBox and one in the ListBox. The properties are named Summary and Description. How can I accomplish this?

I Currently have this

<ComboBox x:Name="comboBox"
            ItemsSource="{Binding}"
            DisplayMemberPath="Summary"
            DisplayListMemberPath="???"

Thanks for any help

1 Answers1

0

Answered this is another thread,

See this

Community
  • 1
  • 1
Fredrik Hedblad
  • 83,499
  • 23
  • 264
  • 266