[DllImport("user32.dll", SetLastError = true)] public static extern int ScrollWindowEx( IntPtr hWnd, int dx, int dy, ref RECT prcScroll, ref RECT prcClip, IntPtr hrgnUpdate, ref RECT prcUpdate, uint flags );
Microsoft documentation: Link
Last updated 1 year ago