Did you find the solution?
You can add the following on your list and then set it to active programatically
@State private var editMode = EditMode.active List(...) { ... } .environment(\.editMode, $editMode)