问题描述
我尝试使用 highlightbackground
选项更改默认的树状视图边框颜色,但没有用(我的操作系统是 Windows 10)。这是一个例子:
from tkinter import *
from tkinter import ttk
parent=Tk()
style=ttk.Style()
style.configure("Treeview",highlightbackground="#red") # it doesn't work!!
TreeView = ttk.Treeview(parent)
TreeView.pack()
parent.mainloop()
我怎样才能达到我的目标?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)