inherit control in the flowLayoutPanel.

Hello..

I want to ask a question because I faced the weird situation.

The test process is as below.

1. Make the ancestor form.
2. Put in the flowLayoutPanel and adjust the modifiers to "public".
3. Put in the button in that flowLayoutPanel and adjust the modifiers to "public".
4. Inherit from above the form. ( Make the descendant form )
5. See the properties of button in the descendant form.
That properties are "read only".

If I make the just button and inherit the form, the button's control' properties
are modifiable.

Why does it happen?

I can't open my application's windows forms because of that situation
since the RTM released.
The VS.NET beta 2 is not happened.

Please help me...

Thank you.
Gwi sun.

[768 byte] By [douner001] at [2007-12-17]
# 1
Certain controls do not support editing in Visual Inheritance, the new layout panels do not support this scenario in the designer.
Jessica at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...
# 2
It's very sad news.

Anyway, Thank you. Sad

douner001 at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...