[Tkinter-discuss] question on horizontal scrolling with ttk.Treeview

Lynn Oliver raycores at gmail.com
Sun Nov 4 22:26:22 CET 2012


When using a horizontal scrollbar with the ttk.Treeview widget, xscrollcommand returns last = 1.0 unless the window is resized to less than the value for minwidth.  So even if there is text displayed that is wider than minwidth you can't scroll to the portion that is beyond minwidth.

Is there any way to change this behavior?

BTW, if you insert a value into a Treeview widget that contains nulls, you get some very strange output displayed (characters mirrored across baseline):

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20121104/abd534e8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2012-11-04 at 1.23.23 PM.jpeg
Type: image/jpeg
Size: 11882 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20121104/abd534e8/attachment.jpeg>


More information about the Tkinter-discuss mailing list