mvvm-toolkit
Dynamically creating ViewModels with MVVM light toolkit
I have a search view and details(2-3) views that depend on the selection of the search view. Up on selection the search view model sends the message to change the view to Main viewModel and also sends[详细]
2023-04-02 10:09 分类:问答Simple MVVM toolkit - any limitations?
I am building Silverlight LoB app with WCF RIA services. Inorder to implement SL I looked at the available MVVM toolkits\\frameworks. Application I am building is very light weight with 8-10 UI screen[详细]
2023-03-11 20:52 分类:问答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 分类:问答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 分类:问答Flagging a DataGrid row according to a business rule criterion in Silverlight 4 using M-V-VM Light
I\'ve written code to change the foreground property of a DataGrid cell if the row containing that cell meets a given rule (let\'s say its text must have the value \"Incomplete\"). I can make this wor[详细]
2023-03-02 22:01 分类:问答Populating a Wrappannel Dynamically in MVVM
this is regarding a best practice advice regarding using MVVM. I am in need to populate a wrappanel as and when elements are dropped in to it. The elements are not uniform, they can be either labels[详细]
2023-02-19 10:59 分类:问答ListBox ItemsSource Doesn't Update
I am facing a ListBox\'s ItemsSource related issue. I am implementing MVVM with WPF MVVM toolkit version 0.1.[详细]
2023-02-19 00:09 分类:问答MVVM Toolkit - How do I get a MessageBox to display an error from the callback if the WCF Service fails
I am using the MVVM Toolkit to build my WP7 apps and I am trying to get a MessageBox to display an error if the WCF service fails.[详细]
2023-01-29 14:22 分类:问答New to MVVM Toolkit and need some help getting a simple return value to display
I am very new to Silverlight and WP7 and am writing my first app.I spent a great deal of time trying to figure out what aids to use and my choice came down to Caliburn Micro or MVVM toolkit and after[详细]
2023-01-25 23:22 分类:问答How to pass multiple parameters and EventArgs properties when using EventToCommand in MVVM-Light toolkit
I am using MVVM Light toolkit for my WPF application and 开发者_运维技巧I would like to know if its possible, when using EventToCommand, to pass multiple parameters to RelayCommand and Is it possible[详细]
2023-01-12 02:05 分类:问答