Hi,
I am implementing a recent documents list using the Ribbon and I would like to be able to "pin" recent items, just like you can in MS Word 2007.
I would also like to put use an Image on each item, but when I set the Image property of the Appearance, it seems to have no effect.
How can this be done?
To represent the recent items I use ButtonTools which I add to the ToolAreaRight of the Application Menu.
Thx
The images are not showing because the icon area does not show in the ToolAreaRight by default. You must set ToolAreaRight.Settings.ShowIconArea to True.
Hi, I also want to have a recent documents on my application, and I want to be able to pin stuff just like this:
Can it be done ?
(The Pinning I mean...)
Thanks