Recently I have been playing with Rik Robinson’s project called Silverlight 2 Scroller. You can read more about this control on this address : http://www.wintellect.com/CS/blogs/rrobinson/archive/2009/01/22/yngwie-malmsteen-syndrome-silverlight-2-scroller-revisited.aspx After looking at ItemsControl I have realize that you probobly [Read More…]
Recently I have been playing with silverlight and I came into a situation where MouseLeftButtonDown event is not triggered every time.It is only triggered when I click on child control inside container. One way to [Read More…]
I am currently preparing ado.net 3.5 course so I try to throw SqlException in one of my examples and realize that SqlException class is sealed and has no public constructor. I have found solution on [Read More…]
Bob and Erwin put together a series of videos that tell how to modular Silverlight Application. For more information see Bobs blog. Creating a solution and adding a module (10 minutes) Composing views (10 [Read More…]
Last week I have been started to read about full duplex wcf and his implementation in silverlight applications.I have read tons of articles on MSDN and tons of blog and forum posts. Recently I have [Read More…]
In this article I will explain how to implement MVVM pattern in Silverlight. I was very overjoyed when I was reading my friends article on Codeproject about MVVM pattern in WPF . You can check [Read More…]
This article will explain you how to modify default silverlight datagrid control look. In this example I have created new silverlight application project and add datagrid control in xaml file.I have also created small class [Read More…]
Silverlight 2 has build in support for fullscreen mode.This feature can be very interested for building same online game solution or some cool video players or …When we enter to this fullscreen mode everything is [Read More…]