回答編集履歴

1

Treeview 背景色についての情報を追記

2020/11/18 05:18

投稿

teamikl
teamikl

スコア8664

test CHANGED
@@ -29,3 +29,17 @@
29
29
  指定行の色変更は、指定行にタグをつける、
30
30
 
31
31
  タグに対して色設定で対応できます。
32
+
33
+
34
+
35
+ ----
36
+
37
+ 関連: PySimpleGUI の質問ですが、Treeview の問題についての情報
38
+
39
+ - [teratail: PySimpleGUIのTableエレメントで特定の行だけ文字色を変える](https://teratail.com/questions/278427)
40
+
41
+  patch での対応方法
42
+
43
+ - [teratail: Pysimpleguiで画面が見切れてしまう](https://teratail.com/questions/265791)
44
+
45
+ ※ Treeview の色替えが機能しないのは python 3.7.2 以前 (組み込みの tk ライブラリのバージョンに依存)