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:
Sure, just change MenuItem.ItemsPanel to use a Vertical StackPanel instead of the Default Horizontal one
MenuItem.ItemsPanel