WPF Listbox binding
问题 I have a physician object, and one of its properties is an ObservableList of clinics. It is being used in a window to show the details of a physician. I can get individual properties to bind to TextBox and ComboBox controls, but I can't get the list of clinics to bind to my ListBox . Here is the xaml for my ListBox : <ListBox Height="318" HorizontalAlignment="Left" Margin="422,0,0,0" Name="lbClinic" VerticalAlignment="Top" Width="158" SelectedValue="{Binding ClinicID, Path=Clinics, Mode