2012-04-20 9 views
1

後、WPFで開いていないが、私はクライアントシステム上でそれを展開するとき、その後のコンボボックスは コンボボックスは、私がアプリケーションを開発、展開

<ComboBox Margin="5,0,0,0" Name="cbCOCountry" ItemsSource="{Binding Path=CountryCOCollection,Mode=TwoWay}" SelectedItem="{Binding Path=SelectedCOCountry,Mode=TwoWay}" VerticalAlignment="Center" Height="23" Grid.Row="1" Grid.Column="1"> 
       <ComboBox.ItemTemplate> 
        <DataTemplate> 
         <TextBlock Text="{Binding Path=CountryName}" VerticalAlignment="Center" Grid.Column="1" Margin="5,0,0,0"/> 
        </DataTemplate> 
       </ComboBox.ItemTemplate> 
      </ComboBox> 

を開いていないと私は自分のアプリケーションにウィスラーブルーのテーマを使用し

+0

は、私たちにいくつかのコード – Nikolay

+0

我々は、コードは非常に参考になることを、より多くの詳細を必要としてください –

答えて

関連する問題