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
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.