I am working on a desktop application (Windows forms) in which my windows are UserControl which I call from a menu that is vertically on the left side, on the right side I have a Panel that serves as a floor where I call the UserControl, but I just realized that when you have a UserControl already in the Panel and you call another UserControl after coming over the one that was already underneath.
Is there any way to bring a UserControl to the front if there is already one inside a Panel?