How to modify inherited dataGridView component

D

Donald Adams

I didn't get any satisfactory answer by searching the web so I'll ask here.

I'm doing visual form inheritance(.net2.0 WinForms), but I have discovered
that some components, even though set to protected in the base form, do not
allow me to modify their properties in the designer. I can set them in code
but it's not designer friendly. One of the components is the DataGridView.
Anyone know why?

Thanks in advance,
Donald Adams
 
D

Donald Adams

Sad to hear that, but thank-you.
Looks like as soon as I group some controls in say a flow panel, I lose the
ability in inherited forms to use the designer for anything.

,,,Donald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top