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
200
Making background in UltraGrid Transparent/Opaque
posted

Hi.

I am trying to make the background of an UltraGrid become either transparent or control it's opaque level. I've tried different things, but nothing seems to work (except setting the AlphaLevel - but that only makes it darker). The background always come out white (both where rows are present and below). Even the following don't have an effect!

grid.DisplayLayout.Appearance.BackColor = Color.Green;

 

How do I set the Opaque level if I set the BackColorAlpha as shown below?

grid.DisplayLayout.Appearance.BackColorAlpha = Alpha.Opaque;

 

 

 Kind regards

Hykkel

 

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Hykkel,

    Hykkel said:
    Even the following don't have an effect!

     

     

    grid.DisplayLayout.Appearance.BackColor = Color.Green;

    If this has no effect, then something must be overriding it. My guess is that you are loading a layout, preset or StyleLibrary that is overriding the property settings.

     

     

Reply Children