Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
515
Transparent UltraGroupBox
posted

I want to have an UltraGroupBox that is transparent, meaning that whatever is behind it shows through.

I have tried setting the Appearance and ContentAreaAppearance  BackColorAlpha and ForeColorAlpha to Transparent but that isnt doing it.

For a regular DotNet Panel, all I have to do is set the BackColor to (0,0,0,0)

Can you please help?

Thanks

Parents
No Data
Reply
  • 53790
    posted

    Hi,

     

    I suggest you to try one of  these options:

     

    Suggestion 1:

    1.       Start  “Custom Property Pages” and then select  UltraGroupBox->Appearance

    2.       Change property “BackColorAlpha” to “UseAlphaLevel”

    3.       Change property “AlphaLevel” to desired level (for example to 50)

     

    Suggestion 2:

    1.       Start  “Custom Property Pages” and then select  UltraGroupBox->Appearance

    2.       Change property “BackColorAlpha” to “Transparent”

     

    Suggestion 3:

    1.       Start  “Custom Property Pages” and then select  UltraGroupBox->Appearance

    2.       Change properties “BackColor” and “BackColor2”  to “Transparent”

     

    Please do not hesitate to ask me if you have any other questions.

     

    Sincerely

    Georgi

    Developer Support Engineer

    Infragistics, Inc.

    www.infragistics.com/support

Children
No Data