mvvm-light
MVVM with Implicit DataTemplates - getting the View explicitly
I am using implicit DataTemplates of Silverlight 5 to wire ViewModel and View. In my MainView there is a TabControl (from Telerik) which is bound to an ObservableCollection of the MainViewModel. And[详细]
2023-03-11 06:24 分类:问答StaticResource works in design, throws XamlParseException at runtime
This seems so silly, but I\'ve been looking for a couple of hours and nothing I find fixes this problem.[详细]
2023-03-11 05:43 分类:问答MVVM Light Toolkit design approach (Navigation & view load)
I am building a simple application with 4-5 views in Silverlight. I came across MVVM Light toolkit and I think it suits my need.[详细]
2023-03-11 04:13 分类:问答Sharing Silverlight and WPF Models with MVVM Light
I have a Silverlight class library which is a model in my MVVM app. I am using MVVM Light. How easy is it reuse that model in a WPF app and use the MVVM Light framework. The framework has different dl[详细]
2023-03-11 04:00 分类:问答NullReferenceException returned by Messenger.Default.Send("any string");
In my app: Messenger.Default.Send(\"Search Returne开发者_如何学God\"); message is \'NullReferenceException\', no inner exception.[详细]
2023-03-10 22:44 分类:问答Which MVVM frameworks help develop an application easier and faster? [closed]
开发者_如何转开发 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-03-09 18:36 分类:问答Pass through bound properties to the ViewModel
I\'m still trying to wrap my head around some of the finer points of using WPF and MVVM. One thing that has bugged me for a while is how to get values from the View into the ViewModel. Let me explain[详细]
2023-03-09 05:32 分类:问答How and where dispose a ViewModel?
MVVM pattern is wonderful with MVVM Light better but sometimes I think I don\'t understand anything. I\'ve a business application in SL 4 where I\'ve, by now, 18 VM.. and mo开发者_高级运维re to write![详细]
2023-03-09 00:44 分类:问答MVVM Light Silverlight Question
Hi I\'ve been getting started with MVVM in Silverlight. When you call your model from your viewmodel the model\'s call to it开发者_开发知识库\'s Web Service is asynchronous. What is the best way of no[详细]
2023-03-08 21:37 分类:问答What is a good way to get a ordered collection from a view model for bindings with MVVM Light?
I have a view model that currently exposes an ObservableCollection. With my WP7 app, I need to show a secondary screen that basically lets you sort what comes out of the collection, and youto the resu[详细]
2023-03-08 15:06 分类:问答