I have an application which uses 1 Main Window and in turn this window has 5 UserControls which are created using a Ribbon Control.
I\'m rather new to Silverlight and have a question about the notifying-mechanism. My solution is an MVVM-application stacked like this:
I have seen implementations of numeric TextBox with code behind in WPF. How do we do this 开发者_如何学编程in MVVM pattern?In WPFif you bind the TextBox to a Decimal or a Int Property it will accept o
I\'ve got a question of the MVVM-Pattern. So I\'m not sure, that I\'ve had understand it completely. My scenario:
I am having an issue where IDataErrorInfo is getting fired multiple times. Transaction Class public class Transaction : INotifyPropertyChanged, INotifyPropertyChanging, IDataErrorInfo
I have dates bounded to TreeView. There is a wrapper class for date. Dates groups by years and months. Wrapper class also has IsSelected and IsExpanded properties:
I have got ComboBox which is populated with collection of customTypes. On comboBox change, I woul开发者_开发问答d like to load/change content in the particular region so that it loads related data for
I have the following code in VM.. Observable .Timer(remainingTimeSpanForNextHour, TimeSpan.FromHours(1))
I have a datagridtemplatecolumn with CellTemplate / CellEditingTemplate, works ok, after loading it shows the previously choosen selectedvalue bound from the model.
I need a control that behaves like a treeview (binds to a tree structure, expands child nodes based on IsExpanded property of bound object), yet displays data like the grid (no indenting, or toggle im