Allow move when resized

Here’s an idea submitted by George Mandella:

For situations when the constraints on an asset allow resize only (not move or rotate), there should be an “allow move when resized” option. For instance, if you zoom/resize an asset and can’t pan across it, then your view of the resized object will be artificially limited.

What do you guys think?

  • I agree
  • I disagree

0 voters

I think you can already achieve this behavior:

  • Bind the allow move property on the width property
  • add a Custom Script converter to define your “logical rule”

In the example below, the image will be movable if its width is above 500 pixels.