Click here to Skip to main content
15,888,104 members
Everything / Silverlight

Silverlight

Silverlight

Great Reads

by Alan Beasley
Explanation and examples of Additional Templates and Generated Content of a ListBox. Covering Layout, Transitions, and Animation.
by defwebserver
How using the Silverlight DataTrigger allows you to run a process and then raise another when using View Model (MVVM)
by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by Todd Davis
How to bind an enum to radiobuttons in Silverlight/WPF

Latest Articles

by OwenDavies
How to implement a crossdomain.xml file to allow the Flash client to connect to my site
by Ajcek84
Open source library for music engraving in desktop, mobile and web applications
by webmaster442
How to format your XAML documents for effective version handling & maximum maintainability
by epicTurk
F# Quotations support for ViewModelSupport.ViewModelBase Property get\set Accessors

All Articles

Sort by Updated

Silverlight 

22 May 2010 by #realJSOP
Programatically set grid row/column sizes (yes, even "Auto", "*", and "X*" - thanks Nish).
21 May 2010 by #realJSOP
Dorothy was right - there's no place like home.
21 May 2010 by #realJSOP
Make interfacing with your web service simpler and more maintainable
21 May 2010 by #realJSOP
Follow these guidelines for trouble-free dictionary merging in Silverlight
22 May 2010 by #realJSOP
In WPF/Silverlight, you might want to bind to a dictionary. Here's a couple of websites I found.
9 Jun 2010 by #realJSOP
The Silverlight navigation app ErrorWindow exposes the last exception thrown, but doesn't show the INNER exceptions. Here's how you can do it.
19 Jun 2010 by #realJSOP
What to do if you want to resue a style for more than one component of a particular type on a given Silverlight Page
12 Aug 2010 by #realJSOP
Get around another irrational and arbitrary omission in Silverlight
12 Aug 2010 by #realJSOP
If you need to get the position the mouse was clicked, in relation to a specific UI Element, this might help
7 Mar 2011 by #realJSOP
Extension method that checks for a properly Xaml-ized string
9 May 2011 by #realJSOP
Get access to your Silverlight MainPage object
17 May 2011 by #realJSOP
This is how I do it (we determine the host and select the appropriate endpoint).// these are the endpoints define in the webconfig filestring LocalHostEndpointName = "LocalHost_Endpoint";string ProductionEndpointName = "Production_Endpoint";string CurrentEndpoint = "";//...
4 Jun 2010 by Abhinav S
Dynamic module loading in Prism (CAL)
21 Aug 2010 by Abhinav S
Temporary XCP files are created on the local drive and are not cleared up until the user manually deletes them.
10 Jan 2012 by Adam David Hill
I think there might be a couple of typos in the original code. This works, though...public SolidColorBrush GetColor(string ColorCode){ return (SolidColorBrush)XamlReader.Load( "
19 Feb 2013 by AesopTurtle
Mimic a loading animation as seen in Windows 8 using pure XAML.
19 Jul 2015 by Ajcek84
Overview of music notation library
11 Mar 2013 by Ajit_Pudale
Tips to control printer setting without printdialog in Silverlight
3 Jan 2015 by Ajit_Pudale
Tip to add EmptyDataTemplate in WPF or Silverlight DataGrid
12 Oct 2014 by Aldonis55
A simple Silverlight application that shows how to apply Jeff Wilcox's UniformGrid control to a bound collection.
27 May 2010 by Andrew Rissing
A tip to overcome limitations in Blend 3 and Blend 4 RC when dealing with attached dependency properties.
18 Nov 2009 by Anish M
In IE8, it seems that the Marquee tag isn't supported anymore. Need for a Marquee replacement got me into my first Silverlight tryout. Please note, this is done as a quick alternative to the Marquees that didn't scroll in IE8, with something non Javascript. I had to do it since I didn't find anythin
31 Jan 2014 by AnobikDey
The article describes how to select all the contacts in Windows Phone 7 and 8
24 Dec 2010 by Ashish Kaila
Illustrates how to dynamically bind to value converters in XAML using normal Binding
18 Oct 2013 by ASP.NET Community
Here's some particularly amazing Silverlight examples found in the blogosphere. Also, be sure to check out the Silverlight Galleries and the Learn
18 Oct 2013 by ASP.NET Community
Here are some recommended blogs and podcasts dedicated to Silverlight either completely or for the most part.BlogsList of Silverlight Community
26 Sep 2011 by AspDotNetDev
The Silverlight WebBrowser won't navigate to some URL's, but this can be worked around.
27 May 2012 by barry fat
How to use HTTP Form POST method to pass parameters from a Silverlight application to an ASPX popup window.
13 Jun 2012 by billxie
Advanced technique to apply animation concurrently on multiple controls.
4 Oct 2010 by chaitanya venneti
The Silverlight wrap panel is a great control which automatically wraps the elements in it either horizontally or vertically as required to fit them within the size of the panel. This short article explains how to enable a scrollviewer for the wrap panel content.
9 Jul 2012 by Christian Amado
In this tutorial, we will discuss on ProgressBar & Background worker. Follow the step-by-step tutorial to know how to use these clases.
29 Jul 2012 by Christian Amado
This brief tutorial pretends to demonstrate how to add custom properties inside DomainService's metadata class
31 Jul 2012 by Christian Amado
A very brief article about the implementation of encryption and decryption of a string in Silverlight Business Application
17 Jun 2014 by cjb110
A String To Brush Converter for WPF/Silverlight
9 Aug 2015 by Clifford Nelson
This tip provides an alternate way to combine data with text in a WPF control using a ValueConverter that could be considered easier.
14 Feb 2011 by D Joubert
Silverlight 4 OOB download problem solved ! Now we can pause, resume, restart.
27 Feb 2010 by Daniel Vaughan
In order to detect whether your application is executing in a designer you can either use the GetIsInDesignMode method of DesignerProperties,or the Dependency Property metadata directly like so:C#:bool designTime = (bool)DesignerProperties.IsInDesignModeProperty.GetMetadata( ...
27 Feb 2010 by Daniel Vaughan
Ordinarily the Application.Current.RootVisual.Dispatcher property is used to retrieve the System.Windows.Threading.Dispatcher for an application. Of course this won't work if performed before the RootVisual has been assigned. To get the Dispatcher for an application before the RootVisual has...
24 Oct 2010 by Daniel Vaughan
Stop trailling nulls from preventing deserialization.
15 Aug 2011 by Darek Danielewski
If you are using ChannelFactory to access your WCF service here is another solution: http://pocorath.blogspot.com/2011/08/servicereferencesclientconfig.html[^].
11 Feb 2012 by DawningTiger
Simplify Coding DependencyProperty
25 Apr 2010 by dbg_af
Hi,I just built a tips site using Visual Studio 2010, the tips are about Visual Studio 2010,(I built the site using Silverlight and it contains video clips tips)Visit the site at:http://vs2010.zxq.netThanks, ;P
7 Aug 2010 by defwebserver
Current masking in Silverlight Datagrid
17 Jun 2013 by Dipti Dutta
KeyDown event handler to restrict numbers to two decimal places.
26 Feb 2015 by Dmitriy Repin
A trick that allows populating a user control with sample data while you are designing it in the Visual Studio designer
20 May 2014 by Duncan Edwards Jones
How to save a Silverlight Telerik grid content to Excel
19 Jan 2012 by ekolis
Visual Studio already has built-in "code snippets" to handle this; type "propdp" and hit tab. For some reason this doesn't work in Silverlight projects, but you can get around this by copying the snippet from a WPF project into the Silverlight snippets list.
3 Sep 2016 by epicTurk
F# Quotations support for ViewModelSupport.ViewModelBase Property get\set Accessors
28 Mar 2012 by fealbernaz
How to debug RIA Service Class Library ( RIA "magic" demystified )
4 Jun 2010 by fjparisIII
Cannot use Storyboard because ScrollView.VerticalOffset property is read-only. Must use old fashioned DispatchTimer.
4 Jun 2010 by fjparisIII
Cannot use Storyboard because ScrollView.VerticalOffset property is read-only. Must use old fashioned DispatchTimer.
2 Oct 2011 by Gary Bilkus
How to get Silverlight 4 to display dates by default using the regional settings in the Control Panel.
18 Nov 2011 by Glen Banta
Integrating the HSS Interlink UploadFileDialog feature with Microsoft’s application platform, LightSwitch for Visual Studio.
29 Jul 2011 by gsvolt
Draing a two-color line in Silverlight.
5 Aug 2010 by Henry Minute
A possible alternative solution. I say possible because I have no idea if it will work in Silverlight and even if it does whether it will be any easier/faster. public Color ColorFromName(string name) { Color result = Colors.Black; Type type =...
8 Jun 2010 by Herre Kuijpers
Short and efficient algorithm for pixel plotting a 2D triangle on a bitmap
2 Aug 2011 by Hiren Khirsaria
Silverlight with IValueConverter to to Format Data
25 Dec 2011 by Hiren Khirsaria
AgDataGridHeaderMenu
16 Dec 2011 by Hiren Khirsaria
Edit Selected row Data using CellEditTemplate
9 Nov 2012 by Houssem_Dellai
8 Sep 2011 by Ian Landicho
A simple combo box that will have predefined items but the selected value bound to a property from our View Model.
22 Feb 2011 by İlkay İlknur
Silverlight Focusing Issue
21 Jan 2013 by Ilnur Yusupov
Silverlight Fluent DataGrid provides a simple approach for creating complex tables with multi level headers, validation, hierarchy, and summaries support.
16 Nov 2011 by Ilya Builuk
Open source project of guitar tablature viewer for Windows Phone
21 Jul 2012 by isenthil
How to play a sound in Windows Phone using media element
26 Jun 2013 by Ivan Signore
A workaround to SecurityException while getting file's full path in Silverlight
6 Feb 2012 by janman_dk
This works when running in browser. If you need to obtain this information when running OOB, see this article: http://www.pitorque.de/MisterGoodcat/post/Determine-screen-resolution-in-Silverlight-OOB.aspx[^].
2 Sep 2011 by jawaharks
Silverlight 4 printing restricts any control to print in a single page, leaving the remaning portion. This is a workaround for that.
19 Sep 2012 by Jens Theisen
A grid splitter separating four quadrants
5 Jan 2011 by jerpat
How to get (almost) all your code in one place when using WCF together with Silverlight
15 Oct 2010 by Josué Yeray Julián Ferreiro
Change the Sip used to enter text on any textbox based on the use you need of that textbox.
18 Sep 2010 by Juan Pablo G.C.
Loading from webservice and after a processing update the UI
22 Sep 2010 by Juan Pablo G.C.
An easy answer;
28 Sep 2010 by Juan Pablo G.C.
Using this you can animate or change states of the actually visible items
13 Oct 2010 by Juan Pablo G.C.
To translate App Resources
2 Oct 2011 by Julien Villers
After installing the RC of Silverlight 5, you can't play DRM protected videos, here's a fix.
20 Apr 2010 by Jun Du
I had to create a trivial image button for my Silverlight web site. I Googled the web and got tons of tips and suggestions. However, most of them involve several editing steps through resources, template or style. Some require additional tools, such as Expression Blend. In my...
19 Jul 2015 by KADJINA Toyi
This sample is about hiding automatically datagrid columns when all rows of this column are empty.NB: The following code is for silerlight 5 and can be readapt for WPF
31 Aug 2013 by Kashif_Imran
A user control that provides fancy buttons for panning purposes in Silverlight
26 Aug 2013 by Kelvin Armstrong
GUI application for running SVCUtil to generate service model code
7 Sep 2010 by kj-dev
Launching external application or file from Silverlight 4 (out-of-browser) using Automation Factory
27 Mar 2012 by Kortez2223
How to sent email (Yahoo! SMTP) with Silverlight 5 WCF RIA.
21 Jun 2010 by Kubajzz
How to avoid performance problems when capturing audio only (or video only)
30 Jun 2010 by Kunal Chowdhury «IN»
Here I will show you how you can use the Text Trimming functionality in Silverlight 4.
29 Aug 2010 by Kunal Chowdhury «IN»
The code describes how to get the Client's Screen Resolution in Silverlight.
13 Nov 2011 by kvreddy
Microsoft WPF vs. Silverlight, a comparision
4 Feb 2012 by Lauren Lilly
It is not necessary to create a converter to bind a ComboBox to an object
12 Aug 2013 by Le Sourcier
This tip helps in using font icons as ImageSource.
26 Nov 2014 by Lolo1986
This tip will help to import/export from a LightSwitch web application.
17 Jun 2014 by Mahdi Ataollahi
Implementing Microsoft.AspNet.SignalR 2 and Microsoft.AspNet.SignalR.Client 2 in Silverlight
5 Mar 2011 by Mahmudul Haque Azad
FireBug like tool for WPF
9 Mar 2011 by Mahmudul Haque Azad
Accessing image from Resource File in XAML markup
6 Apr 2011 by Mahmudul Haque Azad
I found a better alternative of snoop... WPF Inspector! http://wpfinspector.codeplex.com/[^]