I have a main Window and several UserControls, that show in the same position (one on the other).
How can I adjust the newly opened UserControl to appear at the very top?
With what I have now, if one of them is opened, and another is opening, the new one goes to the bottom.
Use the ZIndex-property to set the Z-Index in supporting containers (
Canvas). In Grid-controls, the last added element will be the topmost one (implicitZIndex).