I have a very strange problem. Any help will be appriciated.
I have a form with few controls. The controls are invisible, and when the user performs some operations the controls ahould become visible.
Code:
control.Visible = true;
I put a breakpoint in this line, but the control's Visible property stays "false" and the control does not become visible.

Any idea what can cause this phenomenon?