silverlight-3.0
Silverlight: Workaround for absence of clientaceesspolicy.xml file
I have a silverlight 3 application that is required to call a web service to display some data. the web service is hosted on a remote machine.[详细]
2023-01-28 08:21 分类:问答Silverlight 3 Datatemplate: Firing a button_click event
I have a datatemplate for a listbox stored in the ResourceDictionary. The template contains a button which when clicked should pass the listbox item to a seperate listbox[详细]
2023-01-28 05:36 分类:问答WP7 Insert all linq results in an ObservableCollection
I parse an xml results from a webservice using linq : XElement items = XElement.Parse(e.Result); MyListBox.ItemsSource = from item in items.Descendants(\"node\")[详细]
2023-01-26 23:49 分类:问答Reference Silverlight 4 control from Silverlight 3
Short Question: If I have a Silverlight application built in SL3 can I detect at runtime if the client is using SL4 and use the Cursors.NESW that is only available in SL4?[详细]
2023-01-26 15:48 分类:问答Silverlight 3 Datagrid. How to access to the current sort properties
I\'m using a DataGrid, which datasource is exported to Excel. 开发者_JAVA百科 I\'d like to shape the excel doc according to the current sorting of the DataGrid (which column, and which order).[详细]
2023-01-25 17:59 分类:问答Silverlight and ArrayList
Does Visual Studio 2010\'s Silverlight support ArrayList? If yes then how to use it, if not then why?开发者_JAVA百科[详细]
2023-01-25 06:42 分类:问答How to add multi-language support in Silverlight?
I obtain d开发者_高级运维ata written in several languages from database and show it in silverlight datagrid, but all the non-latin symbols (e.g. Russian, French, German) is displayed as \'?\'. How can[详细]
2023-01-24 22:01 分类:问答LINQ to delete UIElement in SilverLight Children
fo开发者_StackOverflow社区reach (UIElement el in GridBoard.Children.ToList()) { if (el is Ellipse)[详细]
2023-01-24 03:03 分类:问答Object.ReferenceEquals returns incorrect results (in Silverlight 3 at least)
I just discovered a very strange behaviour. I have a class with a string property. In the setter of this property I compare the old value with the new value first and only change property if the value[详细]
2023-01-23 21:28 分类:问答How to save a Canvas like an Image
I have a Silverlight application that allows you to write with the mouse like a paint开发者_StackOverflow中文版.[详细]
2023-01-23 07:34 分类:问答