Scroll canvas backdrop and graphics

When scrolling a canvas with a backdrop the graphics objects placed over the canvas are not scrolled automatically.
Is there a way to make them scroll with the image automatically? or it must be done one by one, adjusting its position according to the Delta points scrolled?.

Hi Enric,

You have great questions!

I only know how to adjust the image location according to the points being scrolled. Since this has worked for me, I haven’t explored trying to scroll automatically. Usually a client wants/needs something else other than automatic scrolling, and additional code is relatively easy to add with delta points.