I have a window-shaped tab control. It works great, except for the following example. When I selected tabpage2 , all the controls on tabpage1 return their visible property as FALSE, which is actually not true because they are all set to visible = false .
I suppose because the tabpage1 parameter tabpage1 set to visible = false , so all child controls inherit FALSE.
Of course, if tabpage1 selected, then all controls return the correct value for the visible property.
There must be work. Anyone have a solution?
source share