本文介绍了文本框的焦点正从文本框移动。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
在我的一个应用程序中,当我触摸文本框来写一些文本时。重点是从文本框控件转移到其他地方。
In one of my application when i am touching the textbox for writing some text.The focus is moving from that textbox control to somewhere else.
当我是点击"PublishText"该控件的重点将转移到其他地方。
when i am clicking on "PublishText" the focus of that control is going somewhere else.
此行为仅在RTM版本中发生。在发布预览版中,我的代码工作正常。
This behavior is happening from RTM release only.In release preview my code was working fine.
问候,Ldm_Metro
Regards, Ldm_Metro
推荐答案
这是设计用户习惯的用途!
This is by design and is what users are used to!
-Jeff
这篇关于文本框的焦点正从文本框移动。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!