Tab Control bug?

agraham

Expert
Licensed User
Longtime User
Willisgt is having trouble with TabControl. This is a fully pared down demo of the problem. Run it. Press the button, see Form2 with a TabControl but note that tab.visible is false despite being explicitly set true yet the tab is visible. Close Form2 and press the button - no TabControl, visible property still false :confused:

Compiled exes behave the same so I suspect a bug in ControlsEx.dll.
 
Top