键盘隐藏了聚焦文本框

时间:2013-10-25 14:26:05

标签: windows-phone-7 windows-phone-8 windows-phone

我遇到SIP(键盘)问题。它隐藏了当前关注的文本框。 我有一个包含一些TextBox的表单,我通过在SIP上点击change来改变焦点。

enter image description here

然后键盘隐藏了文本框...... 我的所有文本框都在StackPanel中  

这是一个已知问题吗?有解决方案吗?

  <ScrollViewer x:Name="Scroller" Grid.Row="1">
            <StackPanel Orientation="Vertical">
                <TextBlock Text="Name"/>
                <TextBox x:Name="txtName" />
                <TextBlock Text="Email"/>
                <TextBox x:Name="txtEmail"/>
                <TextBlock Text="Phone"/>
                <TextBox x:Name="txtPhone" />
                <TextBlock Text="Adress"/>
                <TextBox x:Name="txtAddress" />

            </StackPanel>
        </ScrollViewer>

1 个答案:

答案 0 :(得分:0)

将您的代码保存在&lt; ListBox&gt;内。它不会隐藏。

相关问题