mvvm
MVVM and Custom Controls?
I\'m working on PRISM application with modules, MVVM and so on. I understand PRISM pretty good now and I understand value of MVVM. All those things good to deliver business value which comes from test[详细]
2023-04-11 01:18 分类:问答How to use WPF Data Binding with an MVVM Model to Populate a StackPanel with Custom Controls
I have a hierarchy of data that looks like this: Policy Check Action Action Action Check Action Check For each Policy/Check/Action, I have a custom control built in WPF.I have been programma[详细]
2023-04-11 00:57 分类:问答What do you do when you have Rich Models?
I\'m working with existing code in a project which has rich models all over the place (instead of POCOs). Basically, is there any good way to mix rich models and ViewModels without repeating code?[详细]
2023-04-10 23:15 分类:问答Arg_TargetInvocationException random error
As title says: there is an Arg_TargetInvocationException that throws exception from time to time when user navigates to Page. Difficulty is that error is unstable and appears randomly.[详细]
2023-04-10 22:59 分类:问答How to prevent InvokeCommandAction from propagating event to parent elements?
I realised that when using an InvokeCommandAcction associated to an EventTrigger, the original event was still routing up to the parent elements until it is handled. Well, I guess it is an expected be[详细]
2023-04-10 19:04 分类:问答Listbox Binded to ObservableCollection strange issue MVVM WPF
this is my first question posted here... I have an user interface that contains a ListBox with pre loaded items and the GUI allows the user to add or remove items to that listbox. Very Simple.[详细]
2023-04-10 16:21 分类:问答what is recommended for a wpf app, sql database or xml
I want to build a wpf app (with mvvm dp) and I need to manage a list of customers (200 customers maximum)[详细]
2023-04-10 15:01 分类:问答Toggle two views (Windows) in MVVM WPF
I am developing an application w开发者_开发技巧hich has 2 Modes ConfigurationMode Execution Mode[详细]
2023-04-10 13:06 分类:问答Silverlight MVVM and dealing with FOCUS
I\'m developing complex data entry forms with various pop-up lookups, etc. Because of different things - focus of certain controls get lost and I need some way to set focus in MVVM. So far I came up w[详细]
2023-04-10 12:37 分类:问答How can I filter keyboard number keys
I wish to focus a specific Textbox and accept the key press only when the user presses a number key (1,2,3 etc.) otherwise I don\'t want to focus that Textbox...[详细]
2023-04-10 11:44 分类:问答