Here\'s the very quick and simplified explanation of my situation. I have defined a style for Hyperlink controls and they have Command property binded to the command defined in a ViewModel class (simp
I\'ve been trying to find a way to add the same action for multiple events. I have the following action assigned to #comid (which is a select menu).
I\'m David. I don`t know to bind collection to datagrid in XAML for a WPF application. below are classes.
I am developing a silverlight navigation application and have encountered the following problem. I am using MVVM to connect a listbox with a class. The class hase a name, some text and a email address
I want to use the style triggers in Windows Phone 7 to change the source of an image depending a boolean variable.
how can i bind Listbox\'s or texblock\'s Language attribute (or xml:lang attribute). i want to show month names in the specific language setting
I have got this on my Xaml , I am passing value allocated to change gridcell colour. But I want to check also at same time Entered variable value so I can change according to that.How can I pass 2 val
Here’s a (somewhat) pared-down example of some code I have that’s attempting to make use of a BindingGroup:
Background I need to allow users to edit an IList<Move> moves where Move is an immutable class.Users choose moves from a drop-down (ComboBox).For example:
I\'m new to WPF/C# programming. I\'m trying to display a xml file content into a listbox using this XAML code :