Customizing Context Menu in WPF
I have a project here where I require customizing the context menu in my WPF application in which a button would be placed at the bottom of all the menuitems. However, if I were to add the button through the XAML, it would appear as another item in the collection in the context menu and the mouse-over highlight would act on it. I would like to have the context menu tuned to a grid-like style whereby I could customize the style underneath it. Any idea how I can achieve this (preferably in the XAML)? It's actually pretty straightforward in the XAML. Just define it under the element for which you