i m trying to control the button_click through the viewmodel(MVVM). I\'ve used following code to create the command
I have a DataForm bound to a collection of RoleViewModel objects.I\'m using MVVMLight\'s EventToCommand behaviour bound to the EditEnding event of the DataForm to inform my ViewModel when a Role has b
I am facing a very unusual problem, i have a UserControl which shows ChildWindow to performsome operation on this ChildWindow, i close it when done with my operations and the (say) open it again, it w
I\'ve been looking into MVVM t开发者_JAVA百科oolkits, and MVVM light really appeals to me, especially do to it\'s focus on \"blendability\".I put forth the proposal to our engineering team that we mov
Please see mockup code here I am creating an interactive search page that fetches data as the user inputs criteria.To make a long story short I have several combo boxes that have their SelectionChang
I am using the mvvm light toolkit for a project and I used to explicitly unregister to all the types of messages each instanc开发者_开发百科e was registered to, like this:
I\'m hoping this isn\'t too dumb a question: I just started using MVVM light (love it so far! ).In the \"before time开发者_JAVA百科\" (ie before the use of MVVML), I had to ui dispatch any code that w
I want to use the View 开发者_运维知识库Model Locator in a Child Window. Problem is this don\'t work:
Just wondering if I am shooting myself in the foot if I put all my ViewModels into a separate assembly from the xaml of my silverlight application?Do I lose any blendability?
I\'m just switching a project across to mvvmlight and trying to do things \"the right way\" I\'ve got a simple app with a listbox