I've noticed that when current line highlighting is turned on (IsCurrentLineHighlightingEnabled=True), SyntaxEditor doesn't immediately display the line highlight. The only way I can get SyntaxEditor to highlight the current line is to page up or down or shift focus to another control and then back to SE. Even the inline demo in the sample project exhibits this behavior. When you click the checkbox to turn it on, the highlighting doesn't show up until the SyntaxEditor control gets the focus. I would think that the highlighting should show immediately upon setting the property, regardless of whether or not the control has focus, just like the Windows Forms version of the control and just like many of the other properties that SE has (like ruler, line numbers, etc). When you turn off current line highlighting, it does disappear immediately
Thanks... Rick