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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -