1

How to set the richedit text's top/left margins so that it should display a text lower/farther from its top/left border by the specified distances? I write in c++.

Thanks

Vitaly
  • 597
  • 1
  • 5
  • 12

1 Answers1

2

Have you already checked EM_SETMARGINS message? Basically it's for Edit but it could be also sent to Rich Edit: EM_SETMARGINS message reference

emes
  • 21
  • 1