I was wondering if anyone knew of a great example of using the MVVM 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..