XAML控件在UWP应用程序中一段时间​​后没有响应

时间:2017-05-01 06:12:23

标签: c# uwp uwp-xaml

我使用 UWP 开发了一个应用程序。使用一些应用程序后,TextBox控件不再响应。我们需要做什么与文本框相关吗?下面是我用于文本框的代码。

  <TextBox Name="txtCustomerMobileNumber" Background="White" Padding="10,3,0,0" PlaceholderText="Mobile" x:Uid="txtMobile" MaxLength="10" Grid.Column="0" Height="30" HorizontalAlignment="Stretch" Margin="10,0,0,0" KeyUp="txtCustomerMobileNumber_KeyUp" TextChanging="txtNoValidation_TextChanging" TabIndex="13"/>

0 个答案:

没有答案
相关问题