PyCWnd.SetScrollPos
int = SetScrollPos(nBar, nPos
, redraw
)
Sets the current position of the scroll box of a scroll bar.
Parameters
nBar : int
The scroll bar to set. Can be one of win32con.SB_VERT or win32con.SB_HORZnPos : int
The new positionredraw=1 : int
A flag indicating if the scrollbar should be redrawn.