C
C#2mo ago
Ducki

Using Visual Studio Microsoft Forms .NET Framework C#

I want to create a label that covers most of the screen after pressing a button. I have set the Visible property to False It works as intended currently, but how can I make it disappear in this design window?
No description
1 Reply
Podreju
Podreju2mo ago
If I understand correctly, then you can temporarily hide it behind some Panel by giving it a different index.

Did you find this page helpful?