caliburn.micro
Binding data items on second window
Finally I decided to jump on the WPF bandwagon and decided to follow the MVVM Pattern to create my applications. I am also using Caliburn.Micro.[详细]
2023-03-10 22:25 分类:问答Caliburn Micro: "children" VM in a main shell VM
I\'m beginning with Caliburn.micro and I\'m a bit confused. Say I have a U开发者_JAVA技巧I with 2 panes, e.g. (this is a fake sample) CustomersView and CustomerView, and 2 corresponding VM\'s, Custome[详细]
2023-03-10 13:02 分类:问答Caliburn Micro: plugin-related questions for MEF-based scenario
I have a scenario with a WPF application hosting some views (user controls) with their viewmodels, found as MEF exported parts in its plugin folder. The application loads its data together with a conf[详细]
2023-03-10 11:05 分类:问答Resolving External User Control x:Name Convention Bindings in Caliburn.Micro
I\'d like to use x:Name binding to resolve property bindings in nested, satellite user controls via Caliburn.Micro\'s conventions.[详细]
2023-03-10 11:05 分类:问答Caliburn Micro: querying view-specific data from the VM
I\'m completely new to CM and also to learn it I\'m migrating an application from MVVM light to Caliburn Micro. In my original cod开发者_如何学Pythone, I had a VM which responds to some UI actions (vi[详细]
2023-03-10 08:35 分类:问答Closing the browser with Caliburn micro
Just started looking at the amazing framework Caliburn.Micro and was wondering if in a silverlight applicati开发者_StackOverflow中文版on the user attempted to close the browser whilst having partially[详细]
2023-03-10 08:11 分类:问答Binding Properties and Methods to a single element using Caliburn.Micro
So, I am fairly new to Silverlight development and I am trying to figure out and use the Caliburn.Micro framework.I understand that CM is using convention to match properties in the view model with el[详细]
2023-03-09 22:47 分类:问答Caliburn.Micro - How to ActivateItem from class other than the Conductor
I\'ve composed the UI of my Caliburn.Micro application such that toolbar buttons have their own View and ViewMo开发者_JAVA技巧del.[详细]
2023-03-09 22:37 分类:问答WPF button styling depending on active view
I\'m using Caliburn Micro to develop a simple MVVM WPF application. My ShellView has a single ContentControl and three buttons each which bind to a public method in my ShellViewModel, lets say Activa[详细]
2023-03-05 09:49 分类:问答Passing enum value to CaliburnMicro viewmodel via query string
I\'m new to Caliburn Micro and I\'m experimenting with its WP7 implementation. I\'d like to pass the value of an enum from one VM to another but I must be missing something obvious: I tried to pass it[详细]
2023-03-03 18:46 分类:问答