how can i do my childWindow to be always on top?
相关问题
- how to Enumerate local fonts in silverlight 4
- Free Silverlight mapping with Bing maps and OpenSt
- Custom number picker?
- Error using ResourceDictionary in Silverlight
- Can we create a Silverlight Socket Server ONLY usi
相关文章
- New Windows Application - What language?
- relative url in wcf service binding
- Embedded images not showing when in a UserControl
- Silverlight 4: How can I convert bmp byte array to
- Silverlight DataTemplate Memory Leak
- Silverlight - Paramterised resource values for Int
- RIA Authentication from a Web Services project
- Use TripleDESCryptoServiceProvider class in Silver
Maybe Popup control will help you? http://jesseliberty.com//2008/06/06/popup-control/
If by ChildWindows you mean the ChildWindow object in Silverlight then it should always appear on top, as the documentation says:
But if by ChildWindow you mean something else you created in Silverlight then you need to set the ZIndex property of that object to a very big number:
In codebehind you would write:
and in XAML you would need to write