简体   繁体   中英

Tkinter Treeview - Conditional Formatting - Individual cell colours

I'm currently using Tkinter's Treeview to display a table of data in my GUI, and would like to apply conditional formatting in the Treeview widget so that the background colour of a cell depends on that cell's value (eg 0 would be red, and 1-6 are green). Very much like Excel's conditional formatting.

My program reads a CSV file and converts it to a Pandas DataFrame, and I use the Treeview widget to display that data.I also have buttons in my GUI that lets the user filter the data depending on which button is clicked.

I haven't been able to find or think of an easy solution. Would anyone know of a possible work-around or an alternative please?

Desired example output

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM