c# - Disable autocompletion on windows tablet keyboard for textbox control in a Windows 8.1 store app? -
i stop windows 8.1 store application's tablet keyboard providing autocompletion option when using textbox
is there way set this?
if talking suggestions need add xaml of textbox
istextpredictionenabled="false"
giving result :
<textbox x:name="txtexample" style="{staticresource textboxstyles}" istextpredictionenabled="false"/>
Comments
Post a Comment