Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用这种代码以编程方式打开魅力搜索栏:
Windows.ApplicationModel.Search.SearchPane.GetForCurrentView().Show();
但我想打开软键盘,这样用户就可以直接搜索文本,而无需触摸文本输入。
我明白我无法控制键盘,所以我必须将焦点设置到搜索文本块。
有没有人必须解决这种问题?
这是不可能的。打开软键盘必须由触摸事件触发。请参阅此处以获取解释。