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?1 Reply
If I understand correctly, then you can temporarily hide it behind some Panel by giving it a different index.