silverlight-3.0
How to export Application.Current with MEF in SL3?
I seem to be stuck. Is there a way to export Appli开发者_如何学Gocation.Current of a Silverlight project using MEF, so that when I load .XAP (my Silverlight component project) file I had access to th[详细]
2023-02-14 17:25 分类:问答Creating a generic, re-usable, Windows Phone 7 XAML form, and using it from a class library
Ok, so I\'m newish to Windows Phone 7/Silverlight programming, and started what I thought would be a fairly straightfoward process, and have unfortunately run into a (hopefully!) small issue.[详细]
2023-02-13 21:12 分类:问答Determine Image Resolution and type (without actually decoding it) in WP7 / Silverlight
How to determine resolution (width x height) and type (gif, jpeg, png, bmp, etc) of an image from a stream (or byte array) without inc开发者_JAVA技巧urring the cost of decoding the entire image?[详细]
2023-02-13 08:23 分类:问答Can't pass a List<Guid> as a parameter to a web-service in SL3
I have the following web-method: namespace MessageService{ ... [WebMethod] public ServiceReturnCodes SetMs开发者_StackOverflow社区g(List<Guid> Ids, DateTime processDateTime)[详细]
2023-02-12 13:07 分类:问答Is it possible to create a generic UserControl in SL3
I\'m planning on creating a crud-screen with the folliwing template: on the left side there\'ll be a list of objects, and clicking on an object will bring up a screen for editing or adding it (it woul[详细]
2023-02-12 12:31 分类:问答Binding to Grid.columndefinition with MVVM
I would like to define the number of column of my silverlight 3 Grid with DataBinding. How can I do this ?[详细]
2023-02-11 15:24 分类:问答Allignment of controls in Datatemplate of listbox in silverlight
I need the following alignment For that I have created the xaml file as follows, <!--LayoutRoot is the root grid where all page content is placed-->[详细]
2023-02-11 04:00 分类:问答Changing the data point appearance of a series
I am new to Silverlight and the Silverlight.Controls.Toolkit having only been exposed to either for a couple of weeks (I also have no WPF experience).[详细]
2023-02-10 21:49 分类:问答Silverlight 3 and Silverlight 4 Coexistance
I work on several projects with different development environments.I would like to maintain a Visual Studio 2008/Silverlight 3 environment on the same development workstation as a Visual Studio 2010/S[详细]
2023-02-10 19:55 分类:问答Bind ObservableCollection to a DataGrid after assigning new value
It seems to be a simple problem, but I can\'t get it to work. I have a UserControl with the following property:[详细]
2023-02-10 17:09 分类:问答