T
TWischmeier
Hi,
I encountered a strange problem where setting button.Visible = true
has no effect. I can successfully get and set some other properties.
Even if I debug to the point where I set that value and do a quick
watch (Ctrl + Al+ Q) and execute those following two lines manually:
btn2.Visible = true
btn2.Visible
it shows btn2.Visible being false. There is another button next to
this one where it works without a problem. I cannot think of any
reason why this occurs, so I am glad for any help.
I encountered a strange problem where setting button.Visible = true
has no effect. I can successfully get and set some other properties.
Even if I debug to the point where I set that value and do a quick
watch (Ctrl + Al+ Q) and execute those following two lines manually:
btn2.Visible = true
btn2.Visible
it shows btn2.Visible being false. There is another button next to
this one where it works without a problem. I cannot think of any
reason why this occurs, so I am glad for any help.