WPF textbox Chinese input method location problem?
up vote
-1
down vote
favorite
I added an TextBox to ComboBox , When I input Chinese, the location of the input method will appear on the top left corner of the screen.
like this :
However, the input in the following input box is normal.
<Grid>
<ComboBox x:Name="comboBox" Height="40" Margin="80,40,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="160">
<StackPanel>
<TextBox Width="150"></TextBox>
</StackPanel>
<ComboBoxItem Content="ComboBoxItem"/>
<ComboBoxItem Content="ComboBoxItem"/>
</ComboBox>
<TextBox x:Name="textBox" Margin="85,0,0,104" TextWrapping="Wrap" Text="TextBox" Height="20" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="125"/>
</Grid>
c# wpf
New contributor
add a comment |
up vote
-1
down vote
favorite
I added an TextBox to ComboBox , When I input Chinese, the location of the input method will appear on the top left corner of the screen.
like this :
However, the input in the following input box is normal.
<Grid>
<ComboBox x:Name="comboBox" Height="40" Margin="80,40,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="160">
<StackPanel>
<TextBox Width="150"></TextBox>
</StackPanel>
<ComboBoxItem Content="ComboBoxItem"/>
<ComboBoxItem Content="ComboBoxItem"/>
</ComboBox>
<TextBox x:Name="textBox" Margin="85,0,0,104" TextWrapping="Wrap" Text="TextBox" Height="20" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="125"/>
</Grid>
c# wpf
New contributor
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I added an TextBox to ComboBox , When I input Chinese, the location of the input method will appear on the top left corner of the screen.
like this :
However, the input in the following input box is normal.
<Grid>
<ComboBox x:Name="comboBox" Height="40" Margin="80,40,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="160">
<StackPanel>
<TextBox Width="150"></TextBox>
</StackPanel>
<ComboBoxItem Content="ComboBoxItem"/>
<ComboBoxItem Content="ComboBoxItem"/>
</ComboBox>
<TextBox x:Name="textBox" Margin="85,0,0,104" TextWrapping="Wrap" Text="TextBox" Height="20" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="125"/>
</Grid>
c# wpf
New contributor
I added an TextBox to ComboBox , When I input Chinese, the location of the input method will appear on the top left corner of the screen.
like this :
However, the input in the following input box is normal.
<Grid>
<ComboBox x:Name="comboBox" Height="40" Margin="80,40,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" Width="160">
<StackPanel>
<TextBox Width="150"></TextBox>
</StackPanel>
<ComboBoxItem Content="ComboBoxItem"/>
<ComboBoxItem Content="ComboBoxItem"/>
</ComboBox>
<TextBox x:Name="textBox" Margin="85,0,0,104" TextWrapping="Wrap" Text="TextBox" Height="20" VerticalAlignment="Bottom" HorizontalAlignment="Left" Width="125"/>
</Grid>
c# wpf
c# wpf
New contributor
New contributor
New contributor
asked 53 mins ago
yi mu
193
193
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
yi mu is a new contributor. Be nice, and check out our Code of Conduct.
yi mu is a new contributor. Be nice, and check out our Code of Conduct.
yi mu is a new contributor. Be nice, and check out our Code of Conduct.
yi mu is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53370582%2fwpf-textbox-chinese-input-method-location-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown