I have a MVVM application that has a slider bar and when the user changes the slider bar it updates a graphic on the screen and updates some plots.This all works when the user changes the position of
I\'m new to MVVM and trying to figure out how to close a ChildWindow with the traditional Cancel button using MVVM Light Toolkit.
I am a bit of a novice when it comes to MVVM and C# in general, but I do not understand why I am getting the following xaml parse exception: AG_E_PARSER_BAD_TYPE
I\'m experimenting with MVVMLight and Windows Ph开发者_运维问答one 7, and so far find it relatively easy. The one thing I can\'t get my head around is spawning new child windows/views. For example: if
Am using MVVM light toolkit for a WPF application. Somehow the Application_DispatcherUnhandledException method is not getting called for any exception thrown in the View/ViewModel. I开发者_Go百科t get
I am using mvvm light in a WP7 app. I have a listbox with an itemsource of a collection of objects. The ItemTemplate DataTemplate for the listbox contains a button. The button contains a textbl开发者
I have been using the MVVM Light Toolkit to help learn the MVVM pattern. However, I have not been able to solve the problem of usercontrols within controls scenario.
In MVVM Light, can we check if a class is already registered? i.e. if I call the following method twice, it is registering twice. I need it only once.
Currently, I\'m not using any sort of MVVM framework.Therefore, it is simple to fetch the query-string paremeter value on a navigated page.My scenario is a common one, I\'m passing the primary key of
I\'m using the MVVM Light Toolkit with Silverlight. On my UserControl I have a ListBox that displays a list of files. Each file has a delete image next to the file name. In the DataTemplate for the