
Hello, developers of Actipro.
I am using the SyntaxEditor embedded in a FlowDocument, and it seems that the height of the SyntaxEditor does not automatically adjust based on the height of the code, which has caused us some trouble.
Perhaps I can dynamically calculate the required height of the SyntaxEditor through TextChanged.
But I would like to know if you will address this issue.
Demo:
https://github.com/lyq-lin/ActiproDemo
You can open SyntaxEditorDemo to learn more.