Skip to content
Bishoymly edited this page Aug 8, 2012 · 1 revision

Disable ScrollViewer zoom

When using ScrollViewer control, the default behavior is ZoomMode="Enabled" which allow the user to zoom in and out with touch gestures. If you don’t want this behavior (because it may ruin your design or user experience), make sure that you set ZoomMode=”Disabled” for all ScrollViewer controls.

Clone this wiki locally