So I am making a new project and I am using a theme for the first time (MetroSet). I currently have 30 buttons in a MetroSetTabControl
tab all set to Visible=false. When I first launch the application, all is good. If I tab over to the 2nd tab, then go back to the first, all buttons are now shown.
Any ideas why its doing this, or how to resolve?
See GIF below
Theme Set Being used: https://github.com/N-a-r-w-i-n/MetroSet-UI
Steps to replicate:
Create a new Windows Forms Application project in Visual Studio and install MetroSet_UI via nuget:
Install-Package MetroSet_UI
Create a
MetroSetForm
and insert aMetroSetTabControl
with 2 tabs- Add 1 or more
MetroSetButton
to index 0 and set them all toVisible=false
. - Debug application starting on index 0
- Toggle to index 1 and back to 0