views:

189

answers:

0

Hi all,

How do I use a passwordbox control with a virtual keyboard using WPF? With the textbox control, it's fairly simple to just move the caret to the next text position; not so with passwordbox, which doesn't expose the caret position.

Should I just derive my own? Seems like weak sauce.