Create side menu equal to Windows Weather App 10

0

Friends who have been with me around here may have read a previous question I did with that same theme. But as I mentioned in my last comment there, I ended up giving up on the initial idea, as concluding that I was going too fast for someone with no experience in WPF. So I decided to opt for a slightly simpler design, but also different for a system I've been working on. I would like some suggestions for what components, layouts, properties to use to create a MainWindows to the molds of the Clima application of Windows 10.

Since it is necessary to start somewhere, I would first like to get suggestions on how to create a side menu like that, which opens and collects by clicking the top button.

What layouts and components should I use to achieve this.

    
asked by anonymous 15.07.2016 / 14:54

1 answer

0

In the Microsoft GitHub repositories you find a specific one that has dozens of examples of UWP applications . Each one showing how to use a specific feature.

Here you can see the list of Navigation Examples , maybe here you have what you need, otherwise you need to dig up the other examples.

    
15.07.2016 / 15:56