Search code examples
c#winformsparentmdi

MDI Child Always on TOP C# Winforms


I have a MDI Parent and two MDI Childs opened inside it. Anyone knows how do I keep only one of my MDI Childs always on top of everything?


Solution

  • Try BringToFront whenever the child order changes, eg on MdiChildActivate