Posted 18 years ago
by Krispy
Hello - I am using a SyntaxEditor control where the CurrentLineHighlightingVisible property is set to true.
This works/looks great, but I just have a minor issue when trying to select highlight a row.
If I hover the mouse cursor over the left hand side of a row and single click to select the entire row - the row is highlighting as expected, however the caret/cursor moves to the beginning of the next row which then triggers the SyntaxEditor.CurrentLineHighting on the second row.
This results in the Syntax Editor having two rows highlighted, which might appear a little confusing to the end user.
Is it possible for the user to select highlight a row without the cursor/caret moving to the beginning of the next row?
Hope this makes sense.
Thanks in advance.
This works/looks great, but I just have a minor issue when trying to select highlight a row.
If I hover the mouse cursor over the left hand side of a row and single click to select the entire row - the row is highlighting as expected, however the caret/cursor moves to the beginning of the next row which then triggers the SyntaxEditor.CurrentLineHighting on the second row.
This results in the Syntax Editor having two rows highlighted, which might appear a little confusing to the end user.
Is it possible for the user to select highlight a row without the cursor/caret moving to the beginning of the next row?
Hope this makes sense.
Thanks in advance.