caliburn.micro
Is there a way of handling the GotFocus event on all text boxes in all views by convention?
We are writing a WPF based application that is usually used on a touchscreen tablet. We are designing the UI to avoid text input, but there times when that can\'t be avoided. For those times we want t[详细]
2023-03-18 03:56 分类:问答How do you apply a ValueConverter to a convention-based Caliburn.Micro binding?
How do you apply a ValueConverter to a convention-based Caliburn.Micro binding? or do you need to use the {Binding} syntax?[详细]
2023-03-17 03:40 分类:问答Unity/Caliburn Micro, Injection Constructor with multiple parameters
I am currently trying to learn how to implement MVVM using Unity and Caliburn Micro. After looking around for help elsewhere I am still unsure about how to set up the Constructor Injection properly. I[详细]
2023-03-16 22:49 分类:问答finding selected items in Telerik RadGridView using MVVM pattern
I am using a Telerik RadGridView in my application and it has a GridViewSelectColumn item in it, which allows me to select various items in the grid. I have a button that operates on this selection, b[详细]
2023-03-16 12:32 分类:问答Caliburn.Micro convention for Accordion and AccordionItem
I\'d like to use Caliburn.Micro conventions for the Accordion control from Silverlight and WPF Toolkits:[详细]
2023-03-16 09:48 分类:问答Using Caliburn.Micro with Expression Blend in WP7
I just creating a little WP7 project using Caliburn.Micro as the MVVM framework, but I\'m not sure of the best way of getting the project to work well with either Expression Blend or the Visual Studio[详细]
2023-03-16 07:56 分类:问答How do I create Views and ViewModels with Caliburn.Micro in Windows Phone
Ok, I have decided to take a look at calibun micro as people are raving about it. Note that this question is in the context of Windows Phone 7.[详细]
2023-03-15 12:53 分类:问答Caliburn.Micro: Create and Bind View programmatically
I am currently exper开发者_JAVA百科imenting with view composition in Caliburn.Micro. I have a working example where I have multiple user control based views injected into my main shell via the \"View.[详细]
2023-03-13 03:41 分类:问答CM+MEF: registering MEF exports from external assemblies
this post ideally continues my other post on MEF plugins, but my first post was too full of comments and this sample is more complete. Here I summarize my updated scenario, with all my findings up to[详细]
2023-03-12 09:32 分类:问答(Caliburn Micro) Mapping a ActionMessage Methodname to a Child Object of the ViewModel
I would like to bind the methodname propererty of the caliburn.micro actionmessage to a method on a child object of the ViewModel.[详细]
2023-03-11 03:39 分类:问答