always on top child window in multiple child windows in silverlight

783 Views Asked by At

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

1

There are 1 best solutions below

1
On

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.