.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.ScrolledCanvas: ========================================================================================================================================== |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. .. versionadded:: 2.9.0 .. seealso:: :ref:`wx.Scrolled`, :ref:`wx.ScrolledWindow` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
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.