When using the SyntaxEditor in SingleLine Mode and with a HorizontalAlignment I have an issue when navigating in the text:
it does not fit entirely in the SyntaxEditor anymore and some portions of the text are therefore not visible.
Here's an example:
<syntaxeditor:SyntaxEditor HorizontalAlignment="Right" IsMultiLine="False" Text="Test123Test456"></syntaxeditor:SyntaxEditor>
When clicking in the text and moving the cursor to the end of the text the text is scrolled a little bit and doesn't fit in the SyntaxEditor anymore. The longer the text gets, the larger the gap is.
Is there anything I can do about it ?