Is there any light version of richtextbox control? I’ve got to create like 300+ of them in an app which takes time, memory and slows everything down… All that I need is to have a control that will enable me changing the background/foreground of a part of the text… I’d need that in winforms… anybody know anything about some kind of replacement?
Share
Is it read-write or read-only? If it’s read-only it probably wouldn’t be too difficult to code this up yourself. (Plug: I have a control which I can upload somewhere if needed 🙂
You could use the
OnPaintevent and use different brushes and pens with Rectangles and Text.