Specifies the scroll bar position. You can use this inline function or explicitly send the EE_SET_SCROLL_POS message.
Editor_SetScrollPos( HWND hwnd, POINT_PTR* pptPos );
hwnd
Specifies the window handle of the view or frame of EmEditor.
pptPos
Pointer to a POINT_PTR structure that specifies the scroll bar positions. The cursor position will not be changed.
The return value is not used.
Send feedback on this topic to Emurasoft