XamTextEditor is not firing KeyDown event when Enter is pressed.
When you hit enter on the XamTextEditor, the keydown is not being fired, instead the border changes to a dashed line, when you hit enter again then keydown is fired.
I guess this have something to do with the fact that XamTextEditor is just hosting an standard WPF TextBox.
Any work around for this?
Regards,
Pablo
On my case using the KeyUp event instead solved the problem.
Pablo.