c# - Child Form Size Set to the MDI Form's MDI Container's Size -


i'd know how can have child form load it's size covering complete mdi parent's mdi container space (the dark-gray thing)? setting child form's windowstate maximized not option it'll maximize other form too. suggestions?

i think code should it:

form childform = new form(); f.left = 0; f.top = 0; f.size = parentform.clientrectangle.size; 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -