How can you disable the whole treeview (blt)?
I only found that "state" can be set on a column.
But how to use it for all columns?
.tree column configure 0 -state disabled
tells me:
Error in startup script: can't find column "1" in ".tree"
Thomas