sample combobox (xaml):
样品组合框(xaml):
<ComboBox Height="23" Name="status" IsReadOnly="True" ItemsSource="{Binding}" Width="120" SelectedItem="test">
</ComboBox>
<Combosample combobox (xaml):
样品组合框(xaml):
<ComboBox Height="23" Name="status" IsReadOnly="True" ItemsSource="{Binding}" Width="120" SelectedItem="test">
</ComboBox>
<Combo