[SOLVED] TabPage transparent backcolor becames white

Answered Closed
0
0

Hi,

if I set Tabpage background color = transparent, the background becames White.

If I remove all the tabpage, the tabcontrol is transparent… then I think that the problem is in tabpage

regards

Cristian

  • You must to post comments
Best Answer
0
0

Hi Christian,

issue #2081 is fixed in the latest Wisej build (2.1.22).

Best regards,
Frank

  • You must to post comments
Best Answer
0
0
Hi Cristian,
I am getting the same issue when I use:
tabPage.BackColor = Color.Transparent;
I have logged it as issue #2081

Until it is fixed try:
tabPage.BackColor = Color.FromArgb(0,255,255,255);
In theory they are the same, but the second one worked for me.

Let me know if you have further questions,
Nick
  • You must to post comments
Showing 2 results