How can I setup a PasswordBox in Silverlight 4 so that when it\'s empty it shows the text \"Please enter password here\" inside the PasswordBox?
We\'re using the grid to layout a navigation bar on top of 75px and a content area below that should take up the rest of the height (we\'re using the frame navigation approach).
Suppose the user want to use a specific font to render the text in the textblock, are there some way to 开发者_Python百科detect whether the font is support in Siliverlight? Fonts are supplied by the o
Looking at the silverlight business application, it seems to add a number of libraries specific to Input Forms and the like.
I am using MEF to load my XAP files on the fly based on the user input. When the application starts, Shell validates the user and authentication is done by using Form Authentication. Once it is authen
While designing Silverlight UI, I occasionaly encounter some weird lines of an unknown origin in the designer canvas. It is shown below:
I am working开发者_Go百科 on silverlight image drag and drop but later i came to know that silverlight drag and drop is possible only from local filesystem.It is not fetching image source from externa
I need some help with the WebBrowser object in VS (C# or VB) (Silverlight Application 4). My problem is that the WebBrowser object only shows this: -
I want to use the View 开发者_运维知识库Model Locator in a Child Window. Problem is this don\'t work:
How to clip image in Silverlight using custom Path (in code behind, not in XAML). I have puzzle piece like shape written in path and want to use it to clip any image.