I found that Windows 8 textbox has a property “IsPredictionEnabled”. I understand it is used for enable autocomplete features. But setting this property has no effect even with soft keyboards.
And If i want this search textbox to search bing and retrieve some images corresponding to the search query, how can this be done?
Thank you,
Better use a cutsom control like this:
AutoCompleteBoxWinRT
To get search results from bing You need to use bind api:
Bing API
To use AutCompleteBoxWinRT:
Import namespace:
Place control:
Here You can download a sample app: LINK