Can a Tkinter Scrollbar scroll 2 widgets at the same time?

SNYDER, BARRON F. (AIT) bs1535 at sbc.com
Mon Feb 12 16:17:05 EST 2001


Since Tkinter doesn't have a table widget, I'm using a ScrolledListBox and a
ScrolledFrame (to hold the column headings as Buttons). I would like the
scrollbar from the ScrolledListBox to scroll both ScrolledListBox and
ScrolledFrame at the same time. Is this possible?

If not, can a separate Scrollbar scroll more than one widget (can I scroll,
say, 2 listboxes with one scrollbar?)?

Thanks,
Barron




More information about the Python-list mailing list