
How create this ?
The gallery can be made with a ListBox but I not found How
Falconi Silvio

Silvio,
Is it a panel of the ribbon ?
Please post a wider section, thanks
I found it on http://www.codeproject.com/KB/WPF/OdysseyRibbonBar/
Silvio,
I can not access that website:
"The website declined to show this webpage"
Silvio,
You can place an standard (GET, BUTTON, LISTBOX, etc.) or user defined control ( TXBrowse, TBitmap, TBtnBmp, etc.) on top of a RibbonBar panel.
That gallery control is not a standard Windows control, neither a control used in Office, but you could use a ownerdraw listbox (FWH\samples\ownerdra.prg), or a TListView (FWH\samples\TestLvw.prg), or just some TBtnBmps and a scrollbar.
My problem is to sho on toolbar many bitmaps because I use all to create a draw and I must take all object and drag into window.
I found a solution : I make for each group a new folder but if you found a solution you're welcome