phoenix_title wx.ScrolledCanvas

The ScrolledCanvas class is a combination of the Window and Scrolled classes, and manages scrolling for its client area, transforming the coordinates according to the scrollbar positions, and setting the scroll positions, thumb sizes and ranges according to the area in view.

This scrolled window is not intended to have children so it doesn’t have special handling for TAB traversal or focus management.

New in version 2.9.0.


class_hierarchy Class Hierarchy

Inheritance diagram for class ScrolledCanvas:

api Class API

class wx.ScrolledCanvas(Window, Scrolled)

The ScrolledCanvas class is a combination of the Window and Scrolled classes, and manages scrolling for its client area, transforming the coordinates according to the scrollbar positions, and setting the scroll positions, thumb sizes and ranges according to the area in view.