1

I want to use semantic zoom (or its effect) for selecting a location in my UWP Application.

I want to select the county first, and second select city, and third select the location.

Has anyone a true idea about this?

I searched multiple zooms for semantic zoom, but it's apparently impossible.

I used two semantic zoom parallax, but that has its problems also.

Can anyone help?

Mohammad Roshani
  • 486
  • 7
  • 19

1 Answers1

0

I found my solution,

https://blogs.msdn.microsoft.com/shashankyerramilli/2014/02/14/implementing-a-custom-semantic-zoom-container

from this page, I understood that we can have a Grid in semantic zoom! I created a semantic zoom and in ZoomedInView add a SemanticGrid (that I've added like above link) and I add another semantic zoom into this SemanticGrid

now I have 3 level zoom and I'm happy :)

Mohammad Roshani
  • 486
  • 7
  • 19
  • 1
    Hi @Mohammad Roshani if this or any answer has solved your question please consider [accepting it](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work) by clicking the check-mark. This indicates to the wider community that you've found a solution and gives some reputation to both the answerer and yourself. – Nico Zhu Oct 08 '18 at 03:27