mvvm
DependencyProperty / INotifyPropertyChanged on low level objects
I have some fairly low level classes that are used in a WPF application that I\'m working on. One, for example represents an object that will be displayed as a list in a ScrollViewer and displayed wit[详细]
2023-04-12 17:56 分类:问答caliburn.micro how to load and bind view for viewmodel runtime
I am building an application that requires theme support. So I want to supply views folder run time. public class AppBootstrapper : Bootstrapper<IShell>[详细]
2023-04-12 14:41 分类:问答Adapt my old work flow to Backbone
Im starting to build a new app and I would like to use Backbone as my framework.Below is a basic workflow that this (and most apps) follow.[详细]
2023-04-12 13:55 分类:问答IDataService in MVVM-Light toolkit V4 Beta
I\'m learning Silverlight for WP7 and stumbled upon the MVVM Light toolkit. I thought it would be a good Idea to learn the newest thing so I installed the V4 Beta. Sadly there isn\'t any documentation[详细]
2023-04-12 09:58 分类:问答MVVM, XML, and Master/Detail Scenarios
I am working on my first MVVM project in C#, a conversion from a non MVVM project, and have questions around every corner.Although I can\'t share the exact data I\'m using I have come up with a simila[详细]
2023-04-12 07:15 分类:问答Inheritance / "Componization" in WPF views
Assume I have several Views in my WPF application that all show a report, but each View shows a different report.[详细]
2023-04-12 05:54 分类:问答Binding in CustomControl
I have created a custom control which is (among other things) able to display many expanders in an ItemsControl.[详细]
2023-04-12 04:00 分类:问答Can I create a mobile 'view' that doesn't consist of Silverlight from my existing MVVM code?
I\'m in a situation where for the past year I\'ve been developing heavily in Silverlight using the MVVM pattern.I\'ve sold my project manager numerous times on the greatness of MVVM through its separa[详细]
2023-04-12 02:25 分类:问答WebBrowser in WPF using MVVM pattern
I am trying to open HTML file in WebBrowser window of WPF using MVVM patten. Note: I have fixed the issuesi was getting. Now this code works as desired.[详细]
2023-04-12 01:43 分类:问答Binding DocumentViewer in MVVM
I\'m trying to bind a DocumentViewer to a document via the ViewModel and am not succeeding at all. Here is my view model code...[详细]
2023-04-11 20:43 分类:问答