OK, I admit this is an unusual case! I need a masked TextBox in which groups of different characters are different sizes. The text has to be selectable as a single block for copy / paste / delete purposes.
I’m not sure how I’d go about this in WPF. Any ideas?
You want to change from
TextBoxtoRichTextBox. In a richtextbox, you can control format of parts of the text.