Is there a similar method disabling map movement for sceneview as there is for mapview?
for mapview the "InteractionOptions" property allows you to disable pan, zoom, rotation. However,
in the sceneview the only possible property i found, "IsManipulationEnabed", doesnt seem to have
any effect on users ability to move the map.
thanks,
joe
Solved! Go to Solution.
Hi Joseph.
For this first version of 3D in the ArcGIS Runtime, there is unfortunately no "InteractionOptions". This is definitely something that we're thinking about adding in the next version.
But as a workaround, you could use the "Preview..." events if you're programming in WPF. If you're programming for WinStore and/or WinPhone, you could add a transparent UI element higher in the visual tree that will "Swallow" these events (handled = true).
I hope that helps.
Adrien
Hi Joseph.
For this first version of 3D in the ArcGIS Runtime, there is unfortunately no "InteractionOptions". This is definitely something that we're thinking about adding in the next version.
But as a workaround, you could use the "Preview..." events if you're programming in WPF. If you're programming for WinStore and/or WinPhone, you could add a transparent UI element higher in the visual tree that will "Swallow" these events (handled = true).
I hope that helps.
Adrien
Thanks Adrien, ill give that a try and a vote for adding it in the next version..