I'm trying to use the UseOptimizedManipulationRouting
property on a GridView
, but when I try to set it to False, it's returned that the GridView does not have such a property, even though of this MSDN article to the contrary.
I searched a lot trying to find pieces of code on how to implement it, however, all I found were people reporting that they solved a problem similar to mine that way.
Does anyone know how I should proceed to use this property in Windows Phone 8.1?