LazyVGrid and multi item drag

The List control allows for multi selection and works seamlessly to select multiple items fro draggable. This does not work with LazyVGrid. I can only get a single item to drag. Tapping another item does not add to the drag collection. Is this not supported?

You can see this work just fine in the Photos app. You can drag an item and easily add additional by tapping another while dragging. Just want this behavior in SwiftUI

Hi @geekydevjoe For now there isn't a way to specify several items to participate in a single drag and drop operation using the draggable(_:) API for Lazy Stacks and Grids. Please file an enhancement report asking for this behavior using Feedback Assistant and paste the FB number here.

Thanks, i guess SwiftUI lists also can’t do this yet? Multi select drag and drop in the same list for mass re-ordering.

Filed. Hopefully I did that right FB15097432

LazyVGrid and multi item drag
 
 
Q