I have a grid whereby draggable objects can be dropped onto the grid. The draggable objects are generally larger than the grid.
My problem is that when an object is dropped, it uses the center of the object to determine where it was dropped. In order to get the alignment correct I want it to work out where it was dropped based on the left side of the object and not the center. Any ideas?