How to control size of length in richtexbox per line ?

  • Thread starter Thread starter engteng
  • Start date Start date
engteng said:
How to control size of length in richtexbox per line ?

RightMargin

From Help


When a value greater than zero is entered into the control, a
nonvisible margin is placed in the control at the specified number of
pixels from the left side of the control. Any text that is entered that
extends beyond this margin is placed on the next line of text in the
control. This property affects all text currently entered into the
control as well as any additional text entered into the control after
the property is set. You can use this property to specify a maximum
line width for all text entered into a RichTextBox control.

MH
 

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

Back
Top