I want to show the large Skin-Images like they were shown in the SkinRibbonGalleryBarItem by clicking on it. (See attachment)
I added all DevExpress skins with this code:
C#DevExpress.UserSkins.BonusSkins.Register(); SkinHelper.InitSkinGallery(galleryControl1);
But there are only shown small images of the different skins. When I hover over the themes, there will be shown a hint with a larger image of the skin, and this large image is exactly what I'm looking for and what I want to be show always in the galleryControl.
Is there a way to accomplish this?
It always looks like this (see attachment)…