I assume you mean you have set up a Camera object with a Scroll to behavior?
if so then something like:
System every tick
set layout.angle : camera.angle
might work for you.
If you manipulate the camera object angle now the layout rotation will follow..
of course this will also affect GUI overlay layers as well so you may want to just rotate certain layers instead of the entire layout.
hope that helps