Hi,
im using the RecentDocumentMenu in a RibbonBackStageTab.In the code behind i generate the RecentDocumentManager and the RecentDocument objects and everything works pretty good.
In your RecentDocument Sample Project u got the first 9 RecentDocument numbered from 1 to 9. How do I do that? :)
Greetings
SLimke
im using the RecentDocumentMenu in a RibbonBackStageTab.
<ribbon:BackstageTab x:Name="RecentDocumentsBackStageTab" Header="Recent Documents">
<Border Style="{StaticResource ContentBoxBorderStyle}">
<ribbon:RecentDocumentMenu VariantSize="Large" x:Name="recentDocumentMenu"/>
</Border>
</ribbon:BackstageTab>
In your RecentDocument Sample Project u got the first 9 RecentDocument numbered from 1 to 9. How do I do that? :)
Greetings
SLimke