PyCWnd.SetScrollInfo
int = SetScrollInfo(nBar, ScrollInfo
, redraw
)
Set information about a scroll bar
Parameters
nBar : int
The scroll bar to examine. Can be one of win32con.SB_BOTH, win32con.SB_VERT or
win32con.SB_HORZScrollInfo : SCROLLINFO tuple
The information to setredraw=1 : int
A flag indicating if the scrollbar should be re-drawn.