Reputation: 1340
Is it possible to change the position of text in a richtextbox? and how? I want to offset the text from the top and left of the box to create a margin with coloured background around the text.
Upvotes: 0
Views: 155
Reputation: 47978
place the richTextBox
in a colored Panel
as Dock.Fill
and adjust the Panel's Padding
to your needs
Upvotes: 2