Problem with Binding Multiple Objects on WPF
- by Diego Modolo Ribeiro
Hi, I'm developing a user control called SearchBox, that will act as a replacer for ComboBox for multiple records, as the performance in ComboBox is low for this scenario, but I'm having a big binding problem.
I have a base control with a DependencyProperty called SelectedItem, and my SearchControl shows that control so that the user can select the…