Z
zacks
I am having a strange issue with an application written in .NET 2.0.
Actually it is in VB.NET but I think my problem is not language
specific, but a .NET Framework issue.
On a form I have a Combo Box populated with two items. There are two
Group Boxes on the form with different sets of controls in each. They
both are the same size and are located at the same place. Which Group
Box is visible depends on the item selected in the combo box.
I have found that switching the visible property between them in the
combo box's selectedindexchanged event only works if the group box
that starts off as not visible is "under" the group box that starts
off as visible. If they are the other way around, the group box now on
the bottom will never appear.
Any ideas?
Actually it is in VB.NET but I think my problem is not language
specific, but a .NET Framework issue.
On a form I have a Combo Box populated with two items. There are two
Group Boxes on the form with different sets of controls in each. They
both are the same size and are located at the same place. Which Group
Box is visible depends on the item selected in the combo box.
I have found that switching the visible property between them in the
combo box's selectedindexchanged event only works if the group box
that starts off as not visible is "under" the group box that starts
off as visible. If they are the other way around, the group box now on
the bottom will never appear.
Any ideas?