Will Duquette points out that, even when a [ttk::treeview] only has a single column, the horizontal scrollbar only reflects the configured column width, not the required width.
This is appropriate for the multi-column case, but to make ttk::treeview work better as a "pure" tree (or a "pure" 1-column listbox), the scroll region should reflect the required display width if there is a single visible column.
Logged In: YES
user_id=68433
Originator: YES
Same issue came up again -- on the tcl'ers chat, gwlester sez:
On OS X I have a ttk::treeview with a -xscrollcommand and am only showing the tree, not the headers. The problem is that the x scrollbar does not seem to want to become active when the titles in the tree are long. Is this to be exected ?
See also #2529935 "treeview -xscrollcommand doesn't work" -- same problem.