Ok what as changed in the latest version 2.5.16.0?
These commands used to work now they are ignored
dgvMCC.Height = intHeight;
dgvMCC.Width = intWidth;
The Data Grid View size appears to now be set when it is created as attempting to dynamically change the size by using the above commands does nothing.
Thanks for your help
Turns out you need to set both the minimum and maximum size of the Drop Down control and the Data Grid View within it now takes care of itself size wise
Please login first to submit.