-
Notifications
You must be signed in to change notification settings - Fork 159
When dragging item don't move other box until it gets on the middle of that other box #233
Comments
What settings are you currently using? If you are using the |
I didn't understand about each box uses a single column? Here is my grid config: and for items (boxes): |
Yes, that's about the configuration I was expecting. Does the behaviour not already work as described? If not, at what point does the item move? |
Yes it moves but as soon as one box interacts with another that other box moves. I need a behavior that one box get a little bit over another and than that other moves. |
Ah, hang on, I know what's going. I misread your config. Basically, ever column in the grid is only 2 pixels wide according to your config, which means that it only take 2 pixels of movement to update an item's position and force another item out of the way. If you want the behaviour like you've described, you'll need to set a larger column/row width (say, 50 or 100) so that it takes more movement to actually change an item's position. |
I would like when I drag the item that other box moves when I reach middle of it. Is it possible?
Thanks
The text was updated successfully, but these errors were encountered: