Unfortunately the current AdaptiveGridView does not implement ISemanticZoomInformation (Microsoft's own GridView does implement this interface). Therefore this makes it impossible to use the control in a semantic zoom control (zoomed in or out), as it must implement ISemanticZoomInformation according to Microsoft.
I am unsure if this should be a separate issue, but I cannot implement the interface myself as AdaptiveGridView is a sealed class. According to the Guidelines for contributing to the repo, general rule number 8 clearly states:
- DO NOT seal controls.
I will definitely remove the sealing. Dunno why I did not see it before
Sweet 馃憤
Any info about the SemanticZoom interface requirements?
This is not on my todo list so far. But if someone is motivated to implement it... :)
Most helpful comment
This is not on my todo list so far. But if someone is motivated to implement it... :)