Right now the tab function moves the focus to the next control, I want it so it just actually tab in the Text Box.
I noticed you cannot tab in the Windows 8 Mail app also….
Also is there a RichTextBox alternative?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Currently (in the RTM release) there is no
AcceptsTablike setting for RichEditBox (it only has AcceptsReturn) see also this feature suggestion.However you can subscribe on the
KeyDownevent of yourRichEditBoxwhere you can handle the tab key yourself: