Skip to content
Advertisement

Tag: treeview

Any way to censor Treeview Data Display?

I am able to use SQLite3 as the database (DB) and get Treeview to display data from the DB. However, I was wondering whether Treeview has any functionality to censor the first few characters in a certain column for all entries? Here is the lean code: I can get variables from the Entry Widget (with Tkinter) to be successfully stored

Treeview heading off by one column?

I cannot for the life of me find any post or documentation that explains why the Treeview heading is off by one column from the rest of the data. Even the documentation I found shows this issue in an example but does not describe the issue. As you can see the headings are off by one column. I cannot figure

Advertisement