Frage

I'm working on a project with MDI based UI. When I maximize an MDI child this bar (might be called MDI taskbar, not sure about that) appears. How do I hide it? I found a forum post showing a picture of it:

I can't find more about it on google, maybe because I don't know it's real name. I also didn't find a corresponding property in visual studio.

War es hilfreich?

Lösung

You cannot hide it, it is an essential UI widget for MDI applications. There's no way the user could close or restore a maximized MDI child window without it.

If you routinely maximize the MDI child then MDI just isn't the correct windowing model to use. You might as well swap between UserControls in a normal window.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top