Posted 20 years ago
by Boyd
-
Sr. Software Developer,
Patterson Consulting, LLC
It appears that SyntaxEditor doesn't refresh the scrollbars when you change outlining modes. This can be seen in the sample application.
Open the Sample Application (which defaults to the C# language) and scroll to the bottom of the document. That last visible line is 57. Now change the Document.Outlining.Mode property from Automation to None. The last visible line is now 55 and you cannot scroll down to the additional lines.
The scrollbars do get updated when a new line is added or splitting is changed, so it looks like the outlining change just isn't triggering the update.
[ 01-24-2005: Message edited by: Boyd ]
Open the Sample Application (which defaults to the C# language) and scroll to the bottom of the document. That last visible line is 57. Now change the Document.Outlining.Mode property from Automation to None. The last visible line is now 55 and you cannot scroll down to the additional lines.
The scrollbars do get updated when a new line is added or splitting is changed, so it looks like the outlining change just isn't triggering the update.
[ 01-24-2005: Message edited by: Boyd ]