C
C#2y ago
! br0kE

❔ UI help

How do I make a Panel's background turn a little transparent?
17 Replies
Buddy
Buddy2y ago
framework?
! br0kE
! br0kEOP2y ago
what no UI framework or anything just normal vs forgot to reply @buddythecat
Thinker
Thinker2y ago
You want to make VS's background transparent...?
! br0kE
! br0kEOP2y ago
No The panel background :/
Thinker
Thinker2y ago
what panel?
! br0kE
! br0kEOP2y ago
Panel1
Thinker
Thinker2y ago
A WinForms panel? A WPF panel? An Avelonia UI panel? A WinUI panel?
! br0kE
! br0kEOP2y ago
WinForms
Thinker
Thinker2y ago
That's indeed a UI framework
! br0kE
! br0kEOP2y ago
oh well how bout the panel
Buddy
Buddy2y ago
winforms barely supports transparency
! br0kE
! br0kEOP2y ago
idk how to use wpf
Buddy
Buddy2y ago
default transparency key color is fuchsia (If I recall)
! br0kE
! br0kEOP2y ago
I use web transparent wait that's a color? Do I need to replace my panel with Avalonia or WinUI?
Buddy
Buddy2y ago
if you set background to fuchsia it will be transparent if you enable transparency SupportsTransparentBackColor
! br0kE
! br0kEOP2y ago
so it's like Form1 load thing { panel1.SupportsTransparentBackColor = true }
Accord
Accord2y ago
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.

Did you find this page helpful?