.. 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.VScrolledCanvas:

==========================================================================================================================================
|phoenix_title|  **wx.VScrolledCanvas**
==========================================================================================================================================

The `VScrolledCanvas`      class is a combination of the `Window`      and
`VScrolled`      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.
          




|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;">
   <img id="toggleBlock-trigger" src="_static/images/closed.png"/>
   Inheritance diagram for class <strong>VScrolledCanvas</strong>:
   </div>
   <div id="toggleBlock-summary" style="display:block;"></div>
   <div id="toggleBlock-content" style="display:none;">
   <p class="graphviz">
   <center><img src="_static/images/inheritance/wx.VScrolledCanvas_inheritance.svg" alt="Inheritance diagram of VScrolledCanvas" usemap="#dummy" class="inheritance"/></center>
   <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script>
   <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.VScrolledCanvas.html" title="The VScrolledCanvas class is a combination of the Window and" alt="" coords="42,82,220,111"/> <area shape="rect" id="node2" href="wx.Window.html" title="wx.Window  is the base class for all windows and represents any visible object on screen." alt="" coords="5,5,116,34"/> <area shape="rect" id="node3" href="wx.VScrolled.html" title="In the name of this class, 'V' may stand for 'variable' because it can be used for scrolling rows of variable heights; 'virtual', because it is not necessary to know the heights of all rows in advance –  only those which are shown on the screen need to be measured; or even 'vertical', because this class only supports scrolling vertically." alt="" coords="141,5,263,34"/> </map> 
   </p>
   </div>

|


|api| Class API
===============


.. class:: wx.VScrolledCanvas(Window, VScrolled)

   The `VScrolledCanvas`      class is a combination of the `Window`      and
   `VScrolled`      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.
       


