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