I'm looking for a way to programatically scroll a rich edit control to a specific line (range = first line to last line).
The edit has no scrollbar and that should stay that way, the cursor and selection sould also keep unmodified, is that even possible?
I know about _GUICtrlRichEdit_GetScrollPos but it works with pixels and has no clear way of finding the min and max range..
The goal here is to create a custom scrollbar, made from a label.
Ideally it would also move the scrollbar