public static extern int SetScrollInfo(IntPtr hwnd, int nBar, User32ScrollInfo *lpScrollInfo, bool bRedraw);
public static extern bool GetScrollInfo(IntPtr hwnd, int nBar, User32ScrollInfo *lpScrollInfo);