code:PlusWnd.SendControlMessage(ControlID,Message /* in your case WM_SETSCROLLPOS */ ,wParam,lParam);
code:Interop.Call("User32.dll","SendMessageW",PlusWnd.GetControlHancle(ControlID),EM_SETSCROLLPOS,wParam,lParam