ng2-dragula
ng2-dragula copied to clipboard
horizantal drag one card to another scroll in reverse in horizantal as my card list is hozizantal.
here how its looking like , we are having list of cards and inside that we have items , which can be gradable to one card to another , problem is when we move our item from one card to another its not move scroll in direction of dragging moving ,but its moving in direction of mouse so drag in one direction scroll in other direction so unable to move a head need a help .
here how its looking like ,
we are having list of cards and inside that we have items ,
which can be gradable to one card to another ,
problem is when we move our item from one card to another its not move scroll in direction of dragging moving ,but its moving in direction of mouse so drag in one direction scroll in other direction so unable to move a head need a help .
This library does not implement any scrolling behaviour at all. Dragula does not either. There are other ways to do scrolling, such as dom-autoscroller. There is also the Angular CDK which I think has something like it? Maybe.