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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -