Turn on type to search is not working
-
Wednesday, August 22, 2012 2:24 PM
Supposing that I only need this line of code
Windows.ApplicationModel.Search.SearchPane.getForCurrentView().showOnKeyboardInput = true
but it is not working
supposed to have this line of code only to turn on type to search
Windows.ApplicationModel.Search.SearchPane.getForCurrentView().showOnKeyboardInput = true
But it is not working at all
any idea?
- Edited by tannguyen Wednesday, August 22, 2012 2:27 PM
All Replies
-
Thursday, August 23, 2012 2:53 AMModerator
Hi
This search contract sample shows how to let users search your app when they select the Search charm and open the search pane and how to use the search pane to display suggestions for users' queries. You can add search to your app by participating in the Search contract. This sample uses Windows.ApplicationModel.Search API, including the SearchPane class.
You should use this sample as you go through the Quickstart: Adding search to a Metro style app topic to fully understand how to participate in the Search contract.
- Marked As Answer by Jeff SandersMicrosoft Employee, Moderator Thursday, August 30, 2012 6:58 PM


