Re: ttk::treeview column grow setting?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: ttk::treeview column grow setting?

From: Joe English <jenglish@flightlab.com>
Date: Thu Dec 22 2005 - 19:21:12 CET

Synic wrote:
>
>With ttk::treeview, I have a number of columns. If I increase the size
>of the treeview's container, the column which grows wider is the last
>one created (furthest to the right).
>
>Is there a way to specify a different column to be the one which grows
>wider?

Not at present.

Eventually, the widget will support a "$tv column -weight" option
and implement the same resizing algorithm that the ttk::paned
widget uses (the extra space will be distributed proportinally
to all display columns with a nonzero -weight.)

--Joe English
Received on Fri Dec 23 19:03:01 2005