Hi:
There was a discussion about this on the WinForms side, but I didn't find any way to do it in WPF, so I have to ask, does anyone know if there is a way to put a help button on the right end of the tab area similar to the way it is in Ms Office 2007 products? Thanks in advance.
Bob Blaine
Currently there isn't anything publicly exposed on the xamRibbon to add this but I suspect this will be added in a future version as it has been requested several times. The xamTabControl that the xamRibbon uses to provide the tab area has a PostTabItemContent property that can be used to put things after the tab items. There is a discussion of doing that here.