Working on a WinForm (C# 2.0) that uses TableLayoutPanels (TLPs) to layout some controls. I want to set the ErrorProvider on one of the controls in the TLP, but when I do, I don't see it.
I'm assuming it's a layout issue. Any thoughts?
-
-
Put the controls in a panel in the tablelayoutpanel. Then it should show. The error provider draws on the parent, and the tablelayoutpanel has serious issues with that.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.