I believe he's asking about the actual Behavior:ScrollTo.
To answer your question, Yttermayn, there is not an action or property at run time to disable scroll to on an object.
Depending on your needs you can use an invisible object that has the ScrollTo behavior, and just put that where you want to view.
For example, in the roguelike I'm writing, I've got a sprite that is a frame that is the same size as the player and the mobs which has the ScrollTo behavior. Most of the time, it is set to invisible and is at the same position as the Player, but when the player is in the free look mode, it becomes visible and it moves while the player stays still.