wx.VScrolledWindow¶VScrolled window derived from wx.Panel.
See wx.VScrolled for a detailed description.
Note
Note that because this class derives from wx.Panel, it shares its behaviour with regard to TAB traversal and focus handling (in particular, it forwards focus to its children). If you don’t want this behaviour, use wx.ScrolledCanvas instead.
Note
wx.VScrolledWindow is an alias for VScrolledPanel since version 3.3.1. In older versions, it was a standalone class.
See also
Class Hierarchy¶
Inheritance diagram for class VScrolledWindow:
Methods Summary¶In contrast to SetFocus() this will set the focus to the panel even if |
Class API¶Possible constructors:
VScrolledWindow() -> None
VScrolledWindow(parent, id=ID_ANY, pos=DefaultPosition,
size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr) -> None
VScrolled window derived from Panel.
__init__ (self)
None
__init__ (self, parent, id=ID_ANY, pos=DefaultPosition, size=DefaultSize, style=ScrolledWindowStyle, name=PanelNameStr)
parent (wx.Window)
id (wx.WindowID)
pos (Point)
size (Size)
style (long)
name (String)
None
variant (WindowVariant)
In contrast to SetFocus() this will set the focus to the panel even if there are child windows in the panel. This is only rarely needed.
None