1

アプリケーションを開発しましたが、それをクライアント システムにデプロイすると、コンボ ボックスが開きません

 <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>

そして、アプリケーションで Whistler Blue テーマを使用します

4

1 に答える 1

1

これは前に見たことがあります。どのOSを使用していますか?Windows XP マシンには既知の問題があります: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/333d3d93-8837-42b3-a0ea-1a577485daed/

于 2012-04-20T10:50:27.310 に答える