Search found 2 matches

by Robert L.
Mon Feb 20, 2017 12:35 pm
Forum: .NET
Topic: How to limit pinch-and-zoom in Xamarin
Replies: 3
Views: 9869

Re: How to limit pinch-and-zoom in Xamarin

We're using Xamarin.Forms and are targeting both Android and iOS.
by Robert L.
Tue Feb 14, 2017 3:01 pm
Forum: .NET
Topic: How to limit pinch-and-zoom in Xamarin
Replies: 3
Views: 9869

How to limit pinch-and-zoom in Xamarin

We have a chart with a logaritmic scale. We would like to limit the smallest and the largest value for each axis, i.e. not letting the user scroll or zoom to see values smaller than 0.1 or larger than 10,000,000 (Our logaritmic base is 10). We have managed to limit scrolling by listening to the Char...