Hi,
It is possible to restrict the normal Windows Form size in maximized state by setting "Maximizedbounds" property.
But if i make the form as a child form of some MDIContainer form, "Maximizedbounds" seems to have no effect on the Child form i.e. if i click maximize button of Child form, it fills up all the Container area regardless of the bounds set through "Maximizedbounds" property.
Can anybody tell me how can i restrict the size of the MDI Child form?
Thanks & Regards,Bhavi Patel