RichTextBox margins, top indent?

J

JDeats

I have a RichTextBox control... I would like there to be a 20 pixel
margin between the top of the RichTextBox control and where the first
row of text appears.... The control has Margins property group with
Left, Top, Right, Bottom which can be set at design-time. However if I
set Top to 20, it has no effect, the text still appears at the default
which appears to be about five pixels from the top.

Is there a proper way to set a top margin (i.e. top indent) for the
richTextBox control?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top