PyCScrollView.SetScrollSizes

SetScrollSizes(mapMode, sizeTotal, sizePage, sizePage)

Sets the sizes of the scroll bars

Parameters

mapMode : int

The mapping mode for this view.

sizeTotal : (x,y)

The total size of the view. Sizes are in logical units. Both x and y must be greater than zero.

sizePage=win32ui.rectDefault : (x,y)

The number of untils to scroll in response to a page-down command.

sizePage=win32ui.rectDefault : (x,y)

The number of untils to scroll in response to a line-down command.