Silverlight MVVM example which does not use data grids?

Posted by Aim Kai on Stack Overflow See other posts from Stack Overflow or by Aim Kai
Published on 2011-01-13T14:51:18Z Indexed on 2011/01/13 14:53 UTC
Read the original article Hit count: 269

Filed under:
|
|

I was wondering if anyone knew of a great example of using the MVVC pattern for a Silverlight application that does not utilise a data grid?

Most of the examples I have read see links below and books such as Pro WPF and Silverlight MVVM by Gary Hall use a silverlight application with a datagrid. Don't get me wrong, these are all great examples.

See also:

However some recent demo projects I have been working are not necessarily dealing with data grids but I would still want to implement this pattern..

© Stack Overflow or respective owner

Related posts about c#

Related posts about Silverlight