XAML is spell check Enabled is not working -



XAML is spell check Enabled is not working -

i created little app in xaml. getting problem, enabled isspellcheckenabled="true"

istextpredictionenabled="true" still alternative not working.when set wrong word doesn't predict nor check word.

istextpredictionenabled used autocomplete features only. check documentation, http://msdn.microsoft.com/library/windows/apps/br209690 states feature textbox determine whether provide autocomplete feature or not. it, in way, doesnot check word spells.

to word spell check, please read documentation spellcheck class on msdn at, http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx

you can sample code msdn (look @ lastly section in document).

xaml

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -