whidbey winforms: MDI: why does childForm menuStrip appear in parentForm menuStrip?

hiya,
I have an MDI app.
When I add a menuStrip to the childForms, all is well at design-time.
However, 2 unusual things happen at run-time.

The childForm menuStrip:
1) disappears from the childForm
2) appears at the rightHand side of the parentForm menuStrip

Is this a bug? Can I clarify anything?

many thanks,
yogi

[349 byte] By [yogiberr] at [2007-12-16]
# 1
The menustrip and toolstrip both have an "AllowMerge" Property...
DMan1 at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Designer...
# 2
thanks man.
I'd have thought that the default would have been "false".
Ah well, fixed now.

cheers,
yogi Big Smile

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