I want my MDI Container to show in a "Window" tab all of the open MDI Childs.Whenever a MDI Child is clicked, it will be shown on the top. The purpose behind this is to obviously show the ones that disappeared because of to many opened.
I am currently using a MDI Control, instead of a MDIContainer as Background of the Form, which is maybe why the ToolStrip option "WindowListItem" isn't working.
How would I implement it in code?