silverlight-3.0
Standard way to store string resources in a Silverlight app
I\'m building a Silverlight 3 application, and I\'m wondering what is the best way to store string text for use by the application.[详细]
2023-04-13 02:03 分类:问答Silverlight Rounding Corners
I have a Grid with various child elements like Grid, Stackpanel, Image...Is it possible to round the corners of the grid in a way that crops ALL of the contents? Additionally, the root Grid can vary i[详细]
2023-04-12 15:48 分类:问答Add behaviour to TextBlock silverlight 3
I want to add a behaviour to a TextBlock in silverlight 3. I have a behaviour class in a c# file in a different project than my xaml file within my solution.[详细]
2023-04-09 10:36 分类:问答How can I combine some UserControls in SilverLight?
Maybe it is a simple question, but I can’t find the answer. I have three User controls that are different only with colour. There is code one of them:[详细]
2023-04-09 03:05 分类:问答Change ChildWindow CloseButton image Silverlight 3
I\'m modifying the default \'ChildWindow\' style and I\'d like to specify a different image than the \'X\' that is there by default.I\'ve tried various things, like hooking into the OnApplyTemplate an[详细]
2023-04-08 05:22 分类:问答Display an image in silverlight datagrid
How would i display an image in my silverlight d开发者_运维技巧atagrid from the database using WCF please help.[详细]
2023-04-07 20:19 分类:问答Passing value from Default.aspx to App or Main page in silverlight3
I\'m using silverlight3 and vb.net..I want to pass the va开发者_运维百科lue from Default.aspx to my App or Main page. I wrote the code in my default.aspx page which it is returning the local ip addres[详细]
2023-03-31 22:35 分类:问答No Plug-In available for application Silverlight 3
I have Asp.Net MVC application I have added Silverlight web app inside one of View Page of MVC. In my Silverlight app I have images that slides inside Border after a certain number of milliseconds.[详细]
2023-03-30 19:18 分类:问答Errors using a LINQ query in a Silverlight application
I am trying to consume the WCF services using Silverlight application in Sharepoint. It\'s going to display all the data from a list in a grid. Somehow it is throwing a error.[详细]
2023-03-28 06:34 分类:问答Error binding Image type property with Windows Phone
I have a class with an Image property: ... public Image m_coverImage; public Image CoverImage { get { return m_coverImage; }[详细]
2023-03-27 03:00 分类:问答