Hey,I'm currently using the WPF Ribbon ctp RibbonDropDownButton and i'm binding to a collection to get from it all the items. The problem with that is that i can't add a command for each item in that way... (when an item is selected)
I thought of an alternative to add the items when i click on the ribbon drop down button, but there isn't any functionality for that!
What can i do to bind to a collection and also to support a command or other event when i click on an item
thanks a lot! Eyal