Bind Selected Item to comboBox with caliburn micro
问题 I have seen and tested a lot of material about this and I have the problem again. I have a collection of cities bound to the combobox and I want to set the selected item (selected city) when I click the button (for simplicity) this is my combobox in xaml: <ComboBox Grid.Column="1" HorizontalAlignment="Left" Margin="65,10,0,0" Height="25" Name="Cities" DisplayMemberPath="Name" IsSynchronizedWithCurrentItem="True" VerticalAlignment="Top" Width="71"> </ComboBox> this is code in corresponding