Adding button to a toolbar
Let's say i want to add some buttons to a toolbar, i use to write:
<ToolBar> But on Nov CTP Toolbars.Items is no more accepted... :( Any idea?
<ToolBar.Items>
<ButtonContent="Hello" />
<ButtonContent="Hello again" />
</ToolBar.Items>
</ToolBar>
Thanks
Corrado

