|
Group: Forum Members
Posts: 15,
Visits: 1
|
Thanks, I actually did do a search before posting, but obviously didn't manage to find that post.
In case anyone stumbles on this post in the future, that led me to the answer for my first question, which is to do this: View.InteractiveAppearance.SelectedAppearanceChangeMode = AppearanceChangeMode.None;
And if you don't want red text either: View.InteractiveAppearance.ChangeSelectedText = false;
I think it's a huge improvement to remove all that red highlighting when items are selected. Wish I had looked into this long ago! Thanks again.
|