From 31381f8c9efc288a20700f1fe50e3241fc007b0f Mon Sep 17 00:00:00 2001 From: monkeyman192 Date: Sun, 3 Apr 2022 18:37:08 +1000 Subject: Allow TreeItem nodes to toggle visibility --- doc/classes/TreeItem.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index d2e29bf3b1..0a680b9627 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -687,6 +687,10 @@ If [code]true[/code], folding is disabled for this TreeItem. + + If [code]true[/code], the [TreeItem] is visible (default). + Note that if a [TreeItem] is set to not be visible, none of its children will be visible either. + -- cgit v1.2.3