I have a problem of silverlight installation. I a开发者_如何学Gom using visual studio 2008 and i have installed silverlight 2.0. It is installed successfully. But it is not display in File--> New Proj
I have a datagrid and when user tries to edit a row then I want to have only that row editable and all other rows disabled. Is this possible ? I tried looking for datagrid.rows but there is none.开发者
I would like to zoom i开发者_如何学JAVAn/out an image exactly where mouse click occurs. Whole image should be zoomed but current view should show the part where mouse click happened and scrollbar shou
I\'ve just upgraded to VS2010 as I was running into problems with a Silverlight project that I needed to be built in 2.0 but I also needed other projects built in 3.0.
How much will it cost for my programs performance if i add Extension methods to it? Will it work slower or may be will load slo开发者_Python百科wer?
I am new in Silverlight. Wh开发者_如何学运维en I add some control to my xaml file with Visual Studio it set controls name with Name property, but there is also x:Name.
I have silverlight 2.0 application and which uses WCF service to get data and validate ser etc. Is there any option to check inactivity on silverlight app and then show a popup message to user sayi开发
I am using the vanilla datepicker in Silverlight 2. I bind the selected date to a value, and when that value changes I pop a messagebox to confirm that they would like to change the value.
I am looking for the quickest and easiest way to combine two silverlight projects. Once has controls all in Silverlight XAML the other is template driven and uses a template based on a Silverlight res
I\'ve successfully implemented a Javascript call from Silverlight (i\'m calling a java applet). When the user finishes using the applet, I\'d like to send the data back to Silverlight;