Databinding In Silverlight With New ItemContainerStyle
Recently on OzSilverlight mailing list a question was asked about data-bindings. The issue was how do you use data-binding once you have replaced ItemContainerStyle for a ListBox.
The answer is that you can replace the entire Template by giving it a new ControlTemplate and specify your bindings within the new template. I have created this example […]
Post Presentation Thoughts
Last week I presented Silverlight at NCG. I have never been to Newcastle, only drove by when going up to Coffs Harbour few times. The turnout at the meeting was great and I enjoyed every moment of flaunting Silverlight. I always enjoy the wow expression people have when they look at XAML.
Yesterday I presented […]
Retrieve Browser Information In Silverlight
Many times we need to know which browser our content is running on. Silverlight gives us the ability to find that information through BrowserInformation class which can be accessed through BrowserInformation property of HtmlPage class located within System.Windows.Browser namespace. I have created this simple demo to retrieve information about the browser. Below is the […]
Silverlight Bloggers OPML
Jamie Rodriguez has made available a list of Silverlight bloggers through an OPML file. You can download the file here.
Technorati Tags: Silverlight
Presenting Silverlight In Newcastle and Wollongong
I will present Silverlight at Newcastle Coders’ Group on 7th May 2008 and at Wollongong .NET Users Group on 14th May, 2008. So if you are game for some gradient-twisting, pixel-crunching time then join me at either location.
Technorati Tags: Silverlight
