How to use the UseOptimizedManipulationRouting property?

1

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?

    
asked by anonymous 07.05.2015 / 20:12

1 answer

1

After a lot of searching, I discovered that this property is not present in Windows Run Time , only in Silverlight . Therefore, you can not use this property in Run Time applications.

    
19.05.2015 / 19:30