Reputation: 21745
I have a Silverlight 4 desktop application which I control using a touchscreen (on an HP Touchsmart).
Most of the time it works fine but sometimes when clicking something everything just zooms in and every time it happens things get bigger and bigger.
The only way to get the normal size again is by restarting the application.
Has anybody got any idea what might be causing it ? Does not seem to happen in browser mode.
Is there a way to prevent zooming?
Thnx
Upvotes: 1
Views: 278
Reputation: 21745
I did not experience the problem after disabling auto zoom: Application.Current.Hosts.Settings.EnableAutoZoom = false
Upvotes: 1
Reputation: 31
We experienced the same. You can try to zoom in and out by using the pinch gesture, but that does not answer your question of why it is happening in the first place.
Hoping someone would be able to shed more light on this problem.
Sanin
Upvotes: 1