2

Very simple example:

Manipulate[
  OpenerView[{
   "parent",
   OpenerView[{nested,doOption}]
  }],
  {{doOption, False,"Option:"}, {False,True}, Appearance -> "Labeled", Enabled -> True}
 ]

If you open the outer parent then inner nested OpenerView, then click on the doOption toggle checkbox, the OpenerViews collapse.

enter image description here

  • 3
    OpenerView[{nested, Dynamic@doOption}] see this 148405 or look around for 'nesting dynamic' concept. – Kuba Aug 03 '22 at 06:23
  • @Kuba Thx, works for the simple case as shown. If you add as an answer I'll accept it for the simple case shown. Having some trouble applying it with some more complicated cases, but I'll need to raise another ticket with more specific cases and code examples for that. – Webel IT Australia - upvoter Aug 04 '22 at 01:28

0 Answers0