Input Scope Sample Overview
To provide you with an opportunity to explore the various SIP layouts, I have created a sample view that allows you to switch the InputScope
for a TextBox
at runtime. The sample is located in the ControlExampleView
page and the ControlExampleViewModel
class in the downloadable sample code.
The viewmodel exposes a list of InputScopeNameValues
, shown in the following excerpt, which is consumed in the view via a data binding to a Windows Phone Toolkit ListPicker
control. For more information on the Windows Phone Toolkit and the controls contained therein, see Chapter 9, “Enriching the User Experience with the Windows Phone Toolkit Controls.”
readonly IEnumerable<InputScopeNameValue> inputScopeNameValues ...
Get Windows® Phone 8 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.