'Treeview Tkinter : Is it possible to add a background color to a specific column and a specific cell?

I am trying to make a GUI App with the treeview widget. The problem is that i dont find the way to add a bg color to a specific column. Same for a cell, is it possible to colorize a specific cell depending of the value ? Thx



Solution 1:[1]

No, it's not possible to colorize a specific cell in the treeview widget.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Bryan Oakley