Two existing solutions are TableList + TableListWrapper (Google for it), and MultiListBox http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52266 In both cases you send the program the titles and data and the program takes care of all of the details. BTW, you can attach a scrollbar to any Tk app, so that shouldn't be a concern. See here for some scrollbar examples. http://infohost.nmt.edu/tcc/help/pubs/tkinter/
-- http://mail.python.org/mailman/listinfo/python-list