wasteam / waslibs

Windows App Studio WinRT XAML & UWP Libraries
MIT License
313 stars 133 forks source link

Lab:ResponsiveGridView on SemanticZoom not working #41

Open soydachi opened 8 years ago

soydachi commented 8 years ago

Hi! :)

I'm working on a community documentation with real samples of this (https://github.com/ModernUiDoc/ModernUiDoc), you are invited of course!

The issue that I get is when I zoom out an tap on an Item, SemanticZoom is not going to any place. Is that right? You can check the demo of ModernUiDoc.

modernuidoc modernuidoc2

Thanks for all and have a nice day!

javitosanchez commented 8 years ago

I'm not sure what are you trying to do. Maybe you can share a snippet of your xaml?

soydachi commented 8 years ago

Hi @javitosanchez! There is the entire project here: https://github.com/ModernUiDoc/ModernUiDoc

greetings!

javitosanchez commented 8 years ago

Do you mean that SemanticZoom is not working when try to zoom in/out with your fingers gesture? If so, you should use the property ScrollViewer.ZoomMode="Enabled". If not, could you elaborate more your issue?