我目前正在使用
WPF和WIN8表模式设计一些软件.
有些地方需要输入一些使用TextBox的数字.
我用某种方式最终显示键盘:http://brianlagunas.com/showing-windows-8-touch-keyboard-wpf/
例如:我在屏幕上有5个文本框
<Grid> <TextBox HorizontalAlignment="Left" Margin="500,95,0" Height="23" Width="120"/> <TextBox HorizontalAlignment="Left" Margin="500,295,495,695,800,0" Height="23" Width="120"/> </Grid>
但现在我发现键盘是否专注于某些不在顶部的文本框,可能在中间或者可能在底部.键盘将覆盖它.我甚至看不到我在输入的内容.(如图片所示)