Ticket T578555
Visible to All Users

How to show large Devexpress-Skin-Images in GalleryControl?

created 7 years ago

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?

Comments (1)
PT PT
Patrick Thielemann 7 years ago

    It always looks like this (see attachment)…

    Answers approved by DevExpress Support

    created 7 years ago (modified 7 years ago)

    Hello Patrick,
    Use the InitSkinGallery method overload that takes 3 parameters:

    C#
    SkinHelper.InitSkinGallery(galleryControl1, true, true);

    Please try this approach and let me know if it helps.

      Comments (2)
      PT PT
      Patrick Thielemann 7 years ago

        Thank you very much! That's exactly what I'm looking for!

        Sasha (DevExpress Support) 7 years ago

          You are always welcome!
          Please let me know if I can be of more help.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.