Thorin
Thorin

Reputation: 27

Is there any way to Make the RichEditControl look as a MemoEdit

I want to know if there is a way to make the RichEditControl as a MemoEdit or just like a TextEdit.

I will leave a picture to let you know what I need, all I can do at this moment is hide the rulers of the "document". The picture have two controls, the one in the top is the RichControlEdit, in the bottom a normal TextEdit, who is the look that I need to have in the RichControlEdit

enter image description here

Upvotes: 0

Views: 227

Answers (1)

Brendon
Brendon

Reputation: 1259

Set the RichEditControl.ActiveViewType property to Simple.

Upvotes: 1

Related Questions