Possible to disable the MRU list?

Ribbon for WPF Forum

Posted 15 years ago by SledgeHammer01
Version: 10.2.0531
Platform: .NET 4.0
Environment: Windows 7 (32-bit)
Avatar
<ribbon:ApplicationMenu.AdditionalContent>
<ribbon:RecentDocumentMenu x:Name="recentDocMenu" Label="Recent Template Sets" Focusable="False">
<shared:RecentDocumentManager x:Name="recentDocManager" />
</ribbon:RecentDocumentMenu>
</ribbon:ApplicationMenu.AdditionalContent>

Thats my XAML snippet. recentDocManager doesn't have an IsEnabled property on it, but recentDocMenu does. However, if I set recentDocuMenu.IsEnabled = false, it disables the items as I would expect, but the numbers portion remain enabled, so you can still select items that way.

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks for the note, we've fixed this for the next maintenance release.


Actipro Software Support

The latest build of this product (v25.1.0) was released 10 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.