In my application I have multiple rows, within those rows are "blocks" that can be dragged between rows which works perfectly.
However, In addition to dragging between rows I'd like to be able to freely position them horizontally as well.
When adding cdkDropListGroup and cdkDroplist, all elements are automatically left aligned.
For example; I'd like the blue "block" to start where the purple one ends using cdkDragDrop.
