PyCScrollView Object

A class which implements a generic CScrollView. Derived from a PyCView object.

Methods

GetDeviceScrollPosition
Return the position of the scroll bars (device units). 

GetDC
Get the views current PyCDC 

GetScrollPosition
Return the position of the scroll bars (logical units). 

GetTotalSize
Return the total size of the views. 

OnCommand
Calls the standard Python framework OnCommand handler 

ResizeParentToFit
Call ResizeParentToFit to let the size of your view dictate the size of its frame window. 

SetScaleToFitSize
Scales the viewport size to the current window size automatically. 

ScrollToPosition
Scroll to a specified point. 

SetScrollSizes
Set the scrolling sizes. 

UpdateBars
Update the scroll bar state. 

Based On

PyCView