後,我開發一個應用程序,但是當我部署客戶端系統上,則組合框是不開放組合框不開放在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>
而且我用的是惠斯勒藍色的主題在我的應用程序
向我們展示一些代碼 – Nikolay 2012-04-20 10:46:39
請我們需要更多的細節則該代碼將是非常有益 – 2012-04-20 10:48:06