|
From: Techentin, R. W. <tec...@ma...> - 2005-07-27 12:21:33
|
I placed a single-column ttk::treeview into a ttk::paned, and I wanted to make the column resize to the width of the widget when the pane changed. I find that if I change the column width programattically, $tv column #0 -width 200 Then the widget size changes. But if I drag the pane sash, the column remains the same size. I thought I could be clever and tried binding to the widget's Configure event, but that created an auto-expanding column and widget. Is there a way to make a treeview column expand when the widget size changes from an external event? Thanks, Bob -- Bob Techentin tec...@ma... Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/ |