I looked over this web and google and the solutions didn\'t work for me.
I have a command on the ViewModel of a UserControl. Well, The usercontrol have a ItemsContro
If you want a dirty, MVVM-breaking solution, then set the Tag="{Binding}" on the button and handle the Click event. In the event handler, call the command on your ViewModel.