static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
static public extern int SetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si, int fRedraw);