I'd like to use the snapTo functionality of Canvas objects but I need to be able to snap outside of a given object so for example:
----------------
| layout |
| to |
| snap to |
| |------------------
---------------- | layout to snap |
| |
| |
------------------
I know I can move the canvas to a specific position but I want to be able to set this setup once and not have to worry about where my layout to snap to is on the screen.
----------------
| layout |
| to |
| snap to |
| |------------------
---------------- | layout to snap |
| |
| |
------------------
I know I can move the canvas to a specific position but I want to be able to set this setup once and not have to worry about where my layout to snap to is on the screen.
Comment