I am working on a Silverlight application and trying to make it accessible for blind users. While testing it with Windows Narrator or JAWS, it appeared that when I am inside a text box and move my cursor using left or right keys, the character at the cursor is not read. However, this works in RichTextBox. So my question is that How to make TextBox behave the same so that it reads the character at the cursor while used with a screen reader?
Rohit