Is it possible to select multiple parts of text within a WPF textbox? For instance, for a textbox that contains the string THIS IS A TEST
, I want to be able to highlight THIS
, then hold Ctrl and highlight TEST
without unselecting THIS
.
For a visual clue about what I'm aiming at, see this article about the feature in Firefox.
If by default there is no way to accomplish this, I would like to know if there is any third-party control implemented in WPF that does.