Reputation: 2020
I have several child windows and i want one of the these child windows always on top of all other opened child windows. i want when i do close or open other child windows, this child window always on top of all current child windows. child window not have a z-index property?
please help me, thanks
Upvotes: 0
Views: 774
Reputation: 236
I have not a lot of work experience with child windows, but have some idea...). If child window is a part of to inherited tree of FrameworkElement then you can try call "Focus" method for displaying it on the top.
Upvotes: 1