Programmatically expand SwiftUI List with children

68 Views Asked by At

SwiftUI.List creates lovely lists with disclosure chevrons for children. However: how would I tell it to expand all children by default (i.e. programmatically)?

I can’t use DiscloseGroup because I have an unknown number of levels of children.

0

There are 0 best solutions below