It would be incredibly useful for the stackview to be able to enable reordering of cells. I'd suggest an API like `UITableView`'s such as: ```swift stackView.isReorderEnabled = true ``` This would allow for an interaction like in a `tableView` drag and drop reorder.