P
Paul Colton
I have some hidden panels that have been added to a parent panel (.Hide()
called, then added to parent panel).
When I Show() the hidden panel for the first time, I get a
NullReferenceException in SetVisibleCore(). If I catch the exception and
Show() again, everything works fine.
I've tried CreateControl() but still get the error. Any suggestions?
Paul
called, then added to parent panel).
When I Show() the hidden panel for the first time, I get a
NullReferenceException in SetVisibleCore(). If I catch the exception and
Show() again, everything works fine.
I've tried CreateControl() but still get the error. Any suggestions?
Paul