| Class: ScrolledMultiListbox | TkTreectrl/ScrolledTreectrl.py | ||||||||
|---|---|---|---|---|---|---|---|---|---|
MultiListbox widget with one or two static or automatic scrollbars.
Subwidgets are:
listbox - TkTreectrl.MultiListbox widget
hbar - horizontal Tkinter.Scrollbar
vbar - vertical Tkinter.Scrollbar
The widget itself is a Tkinter.Frame with one additional configuration option:
scrollmode - may be one of "x", "y", "both" or "auto".
|