Open jbmorley opened 9 months ago
I did find an interesting post on Stack Overflow that discusses supporting drag-and-drop in SwiftUI (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid). Feels like a bit of a hack though.
This probably necessitates to swithing to
NSCollectionView
andUICollectionView
under the hood as this is the only way that you get truly native grid view experiences.