I have an application that has a top level navigation menu which consists of series of buttons within a stackpanel. When a user clicks on a button the view model processes the command and updates the
I\'m having some trouble with the EventToCommand not behaving as I would expect with CaptureMouse. I have a ResizeGrip that I\'ve defined several EventToCommand\'s on:
I\'m a bit of a .net newbie and I\'ve been working on my first big silverlight project.So pardon the lack of lingo and the length of the question.But my problem is as follows.
I have been building an application, which uses the LoadOperation\'s Entities to return an IEnumerable which becomes the source of a CollectionViewSource in my View Model.I am now discovering the pote
I am using MVVM Light toolkit in my WPF application. I would like to know what is the best approach开发者_运维知识库 for opening a new window from an existing window. I have got this MainViewModel, wh
I am trying to figure out a way for my ViewModel to handle saving or restore the page\'s state when the page is navigated From or To.
Greetings! Am enjoying using MVVM light -great framework - has made my life much easier, and has removed a number of barriers that were proving difficult to overcome....
i am using the mvvm light toolkit to create a WPF application. I created a user control and a corresponding ViewModel. I created a ViewModel property in the ViewModelLocator. I bound the user controls
I have an ItemsContol bound to a Country model - which look like this. Country --int Id --string Name --List Counties
Is there a way to use MVVM Light to handle application events li开发者_如何学Cke Closed, Deactivated, Activated, etc?Thanks to Matt Casto for sending me in the right direction.