can you disable the behavior entirely?
description
I have some user controls which are using the behavior. These user controls are in a scroll viewer. when certain actions take place, I use the render transform to shrink down some of the controls that are using the behavior. However, if the user goes to scroll and happens to touch on the control during the scroll, the 'Move' method is triggered which undoes the transform that was applied during the animation. If I could just disable the behavior entirely so the Move method wasn't called it would fix my problem. The issue is that the move method triggers the matrix transform to be applied. many thanks
Ben