mvvm - Enhanced WPF Menu -
hello i'm developing wpf desktop application using mvvm , i'll navigation module implement menu one:
http://patterntap.com/tap/pattern/11543732834cb8a7ee18a51
i'm thinking use menu control , change appearance, don't know if can apply style control in simpler fashion, i'm using mvvm need control allows command binding.
instead of using traditional menu, there control use accomplish same results?
thanks , regards colombia!!!
i agree henk. make custom usercontrol
. stackpanel
orientation="horizontal"
part menu item names , custom combobox
es easy bit. tricker bit adjusting default combobox
controltemplate
liking.
here link deafult controltemplate
combobox
, example... http://msdn.microsoft.com/en-us/library/ms752094(v=vs.85).aspx
i think looks menu might have 2 listbox
es in each drop down, bind itemscontrol
properties. happy tweaking.
Comments
Post a Comment