T
TreeView

  • In this project there is a tree view widget based on the Python Tkinter TreeView class. I simply extended the original class with some features that makes me easier to handle the widget. This class additionally supports:

    simple to use function set to create and configure the tree view with multiple columns; attach image for the tree items, and manage their storage in the memory; optional check box feature for the tree items.
    Updated
    Updated