Seems like when I try, only the ToString() from the object gets added.
...Matt
It should work if you add a button this way:
<igr:XamWebRibbonApplicationMenu.Footer>
<Button Content="Exit" />
</igr:XamWebRibbonApplicationMenu.Footer>
Give that a try post back if you run into any issues.
Aha, a normal button. I was trying ButtonTool.
That worked. However, how can I right align it? Setting HorizontalAlignment="right" has no effect.
Thanks.