I have a Windows Form application with TabControl. One of the TabPages in the TabControl contains a ToolStrip. Often, a Windows Form developer spontaneously sets the Visible Toolstrip property to False. In order for the tool to reappear in my form, I need to manually find the control and return the True property. This is really annoying.
Does anyone know why this is happening, or how to stop it? I tried to set the minimum height of the control to a non-zero value, but this does not affect.
I use VS2008, VB.NET and .Net framework 2.0, however I also struggled with this problem in VS2005 in several different applications.
source share