c# - How to create a navigation menu in WPF? -


at work using software name cannot mentioned , content information need hide. however, can see below, there navigation menu on left-hand side of application. , how can create menu in c# using wpf?

navigation

thanks in advance.

if want create such menu can use wpf ribbon.

wpf ribbon(from msdn):

the ribbon control made several components. every ribbon has application menu, quick access toolbar, tabs, groups, , controls. ribbon tabs contain groups, , each group contains controls. ribbon controls include simple controls such buttons, check boxes, , text boxes; , menu controls such combo boxes, split buttons, , menu buttons. related controls can further combined control groups. in addition required components, ribbon can include optional components, such contextual tabs, enhanced tooltips, , galleries.

ream more on msdn

wpf ribbon example

hope helped you!


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -