1
I’m trying to use the property UseOptimizedManipulationRouting
in a GridView
, however, when I try to adjust it to False, it is returned that Gridview does not possess such property, despite of that Article of the MSDN say otherwise.
I did a lot of research trying to find pieces of code to implement it, however, all I found were people reporting that they solved a problem similar to mine in this way.
Does anyone know how to use this property on Windows Phone 8.1?