1

I have a richtextbox, when I leave it for example to go to another panel where I want to manipulate the selected text I can no longer see the selected text. Is there a way to make it still show the highlight?

dwidel
  • 1,264
  • 1
  • 12
  • 22
  • Already answered [here](http://stackoverflow.com/questions/642498/how-to-keep-wpf-textbox-selection-when-not-focused). – kyrylomyr Mar 18 '11 at 22:46

1 Answers1

8

Set the RichTextBox's HideSelection property to false.

Jay Riggs
  • 53,046
  • 9
  • 139
  • 151