Within my application, there are multiple rows each containing draggable "blocks". These blocks can be moved between rows effortlessly. However, I am looking to enhance the functionality by allowing these blocks to be freely positioned horizontally as well.
https://i.sstatic.net/laAQZ.png
Upon adding cdkDropListGroup
and cdkDroplist
, all elements default to being left aligned. What I aim for is to use cdkDragDrop
to have the blue block start where the purple one ends, enabling precise horizontal positioning.