Popular recipes by Juan Ramirez http://code.activestate.com/recipes/users/4174026/2014-01-03T19:23:48-08:00ActiveState Code RecipesMultiListbox Tkinter widget (Python) 2014-01-03T19:23:48-08:00Juan Ramirezhttp://code.activestate.com/recipes/users/4174026/http://code.activestate.com/recipes/578805-multilistbox-tkinter-widget/ <p style="color: grey"> Python recipe 578805 by <a href="/recipes/users/4174026/">Juan Ramirez</a> (<a href="/recipes/tags/ui/">ui</a>). </p> <p>This is a compound widget that gangs multiple Tk Listboxes to a single scrollbar to achieve a simple multi-column scrolled listbox. Most of the Listbox API is mirrored to make it act like the normal Listbox but with multiple values per row.</p>