joe_pool_is Posted April 8, 2010 Posted April 8, 2010 I've created a base form with (among other commonly used controls) a DataGridView control. It's Design Modifiers Property is set to Public so that I can position the control to where it is needed on my various inherited forms. However, on all of the Inherited Forms, all of the properties of the DataGridView control are grayed out. Other "base form controls" (a custom control, a picture box, and a status bar) are all able to be modified on the inherited forms. How do I get them enabled? Quote Avoid Sears Home Improvement
joe_pool_is Posted April 9, 2010 Author Posted April 9, 2010 Solved it. The control I needed, the DataGridView control, is not inheritable. Apparently, there are some controls that Microsoft has decided not to allow one to inherit. Quote Avoid Sears Home Improvement
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.