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):

 

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to