
Hi,
I'm using the RecentDocumentMenu in my ribbon application menu as follows and it is correctly populated but it is disabled so nothing can be selected and I can't see why?Thanks
Jan.
I'm using the RecentDocumentMenu in my ribbon application menu as follows and it is correctly populated but it is disabled so nothing can be selected and I can't see why?
<ribbon:ApplicationMenu.AdditionalContent>
<ribbon:RecentDocumentMenu Label="Recent Docs" Manager="{Binding RecentDocumentManager}"/>
</ribbon:ApplicationMenu.AdditionalContent>
Jan.