A SwiftUI List on Mac can contain a ForEach, which implements DynamicViewContent and thus provides automatic drag & drop editing with onInsert, onDelete and onMove.
How can this editing by accomplished with the new hierarchical OutlineGroup?
How can this editing by accomplished with the new hierarchical OutlineGroup?