Laurent, a common desired behavior when a user selects a button to perform an action is to display a confirmation dialog before performing that action.When this behavior is handled in conjunction wit
What is the preferred method of handling all the events from the App when using MVVM (MVVM Light in my case)? So, things like Application_Launching, Appli开发者_开发问答cation_Activated, Application_D
I developed a user control in SilverLight that contains several child controls. Textboxes, ComboB开发者_JAVA技巧oxes and so on.
Is there a way to hook up the开发者_开发知识库 BackKeyPressed event to a command in a view (XAML)? I\'m using MVVM Light.
I have a ListBox control that I use an ObservableCollection to add items to in my ViewModel however I notice the ListBox doesn\'t maintain the scroll position as I would expect.
I need the instance of view in viewmodel to manipulate the element of view from ViewModel. how can I pass the instance of current View (sender) to ViewModel.
Can anyone confirm if I am using MVVM (2 way binding) then I don\'t need to name my controls in XAML as I won\'t be accessing them via code behind but will be updating them by Binding?
I\'m having an issue with passing a parameter to a relaycommand using the GalaSoft MVVM Light framework.I know that mvvm light\'s implementation of relaycommand doesn\'t use lambda parameters, so I di
I am sure I am missing something simple (still a bit green on this mvvm stuff), but I thought that the use of ViewModelLocator removed the need of DataTemplate binding view to viewmodel.But for 开发者
I\'m using a ListView box that is extending a custom property, ListViewcolumns.Stretch. This is so I can have 3 columns that space themselves evenly regardless of Window size. My problem is at the end