You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.