Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Undo Redo list in Ribbon
posted

Hello,

I woul like to have a list of undo/redo actions in my XamRibbon. I found a very old post on this issue, which I could not adopt, because the tools and properties used there do not exist in my infragistics version.

How do I create a Windows-like list of undo items? (With a cound label at the bottom and mltiple selected items)

 

Thanks in advance,
Stef

Parents
No Data
Reply
  • 54937
    Offline posted

    You could use a MenuTool and set its ButtonType to Segmented to get a menu that has a dropdown and acts as a button. With regards to a count label you would probably have to retemplate the MenuToolPresenter. You can use the default xaml we ship as a starting point for your modified template. Its included in the DefaultStyles directory.

Children
No Data