Hi,
When tabs are selected we can see the buttons in the ribbon group below, My application logo needs to be placed on to the right corner of that Bar where we can loads our Groups and Buttons. So when every tab gets selected that image should be visible to the right corner.
Tried placing Stackpanel under ribbon:Tabs.... but stackpanel option is not available.
<ribbon:Tab>
<StackPanel orientation:Horizontal>
<ribbon:Group/>
<Image/>
</StackPanel>
</ribbon:Tab>