HI Guys,
is there an ICommand support in the XamWebMenu? With SL4 it could be so easy to fire up the commands, I've read the custom commands support and that seems to be a bit complicated and forces you to have to different frameworks for commanding in your app (if you want to have ICommand as well). A little less then ideal to be honest.
Just to make things a bit more clearer, what I want to achieve is:
1) have a ViewModel with potentionally many ICommand Properties in it.
2) make the ViewModel available using the Resources section in the xaml.
3) Bind the XamWebMenu item events (clicks) to that ViewModel commands.
can this be done?
Regards,
Stevo
Stevo,
If you are interested in more ICommand properties, let me know which ones and I can submit it with the other points you made as a feature request.
Sam
Hi Sam,
I followed one of the advices that I found somewhere and implemented the command support using Prism. So the good news is that its possible to do this already. It would be nice though to have this natively supported - Command and CommandParameter, same way as a standard Button control.
Regards,Stevo