| Feature | mclistbox | tablelist |
| ------------------------------- | --------------- | ------------------- |
| column alignment | left | left, right, center |
| image support | in labels | in labels and cells |
| mixing text & images | no | in labels and cells |
| built-in sort command | no | yes |
| arrow showing sort order | no | yes |
| columns to be streched | just one | arbitrary |
| listvariable | no | yes |
| level for indiv. colors & font | column | column, row, cell |
| level for indiv. borderwidth | column | none |
| level for indiv. relief | column | none |
| support for horizontal stripes | no | yes |
| programmatic editing | no | in rows and cells |
| selection callback | built-in | with the aid of Wcb |
| activate callback | no | with the aid of Wcb |
| documentation | reference | tutorial, reference |
See also Wcb.See also the clt comparisons by Damon Courtney [1], Csaba [2], tclguy [3], and Roy Terry [4] of Tablelist and TkTable.AMG: How about a comparison with ttk::treeview?

