tags:

views:

39

answers:

1

Hi, How can I bind a collection of Commands in viewmodel to a toolbar in related view?

+1  A: 

You could use an ItemsControl in your view and overwrite the ItemTemplate and ItemsPanel to make it look like a ToolBar

Rachel