Input Scopes for the Soft Input Panel

 

代码
<TextBox Name="EmailAddress" Text="">
<TextBox.InputScope>
<InputScope>
<InputScopeName NameValue="EmailSmtpAddress" />
</InputScope>
</TextBox.InputScope>
</TextBox>

还有其他选择可以定制SIP,真是很方便!如果能针对不同国家就更牛了,例如不同国家的邮编就需要不同的SIP布局。

相关文章:

  • 2021-10-23
  • 2021-09-29
  • 2021-05-31
  • 2021-09-18
  • 2021-08-18
  • 2021-12-09
  • 2021-09-06
猜你喜欢
  • 2022-01-03
  • 2021-06-20
  • 2022-03-04
  • 2022-01-30
  • 2021-07-15
  • 2022-02-20
  • 2021-07-03
相关资源
相似解决方案