Using ErrorProvider with an AutoSize panel
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, If you have a control (such as a textbox) which is placed inside any type of panel that has it's AutoSize property set to true, and the AutoSizeMode set to grow and shrink, then when you ErrorProvider.SetError on it, the panel does not grow and as a result, the error icon is clipped. Does anyone know a solution to this? it's driving me up the wall! Thanks Jon
using System.Beer;