Child form opened behind the controls of the main form in c# [duplicate]
问题 This question already has answers here : Controls in container form come over child form? (8 answers) Closed 6 years ago . I have a MDI form with many controls inside it like button,images,label,dropdown etc.I have made the form property isMDIContainer=true.When i click on a button inside the form another form is to be opened inside the parent.Now its opening,but unfortunately its opening behind all the controls.How to make the child form open infront of all the controls of main form? Form2