17 Replies
framework?
what
no UI framework or anything just normal vs
forgot to reply @buddythecat
You want to make VS's background transparent...?
No
The panel background :/
what panel?
Panel1
A WinForms panel? A WPF panel? An Avelonia UI panel? A WinUI panel?
WinForms
That's indeed a UI framework
oh
well how bout the panel
winforms barely supports transparency
idk how to use wpf
default transparency key color is fuchsia (If I recall)
I use web transparent
wait
that's a color?
Do I need to replace my panel with Avalonia or WinUI?
if you set background to fuchsia it will be transparent if you enable transparency
SupportsTransparentBackColor
so it's like
Form1 load thing
{
panel1.SupportsTransparentBackColor = true
}Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.