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
Post a Comment