How is it possible to create a vertical menu on the left side of the window in Visual Studio (in a wpf) with xaml like the one in http://www.wpftutorial.net/? I try the code:
You can adjust the ItemsPanel using Style (which I feel is much more wpf-ish)
the VerticalAlignment="Center" is there for beautification purposes, you can definitely skip it.
then in the menu code
...