You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
After starting a Form with one or more Scintilla controls, the Scintilla control causes the caret of other controls to jump.
If you click into the Scintilla control and then into a different control, the caret does not jump around.
One workaround is to set the CaretPeriod to 0, after that, no caret jumps around.
Another workaround is not show the caret at all within the Scintilla control.
Is this a known issue and if so, are there other workarounds or fixes?
Do I have to change a property or do something after the parent Form is shown?
The jumping caret actually happens as soon as the Scintilla control is instantiated.
While designing controls in Visual Studio, on a Form that uses the control, the text boxes within the Properties tab also have this issue. It is no limited to runtime.
The text was updated successfully, but these errors were encountered:
After starting a Form with one or more Scintilla controls, the Scintilla control causes the caret of other controls to jump.
If you click into the Scintilla control and then into a different control, the caret does not jump around.
One workaround is to set the CaretPeriod to 0, after that, no caret jumps around.
Another workaround is not show the caret at all within the Scintilla control.
Is this a known issue and if so, are there other workarounds or fixes?
Do I have to change a property or do something after the parent Form is shown?
The jumping caret actually happens as soon as the Scintilla control is instantiated.
While designing controls in Visual Studio, on a Form that uses the control, the text boxes within the Properties tab also have this issue. It is no limited to runtime.
The text was updated successfully, but these errors were encountered: