caliburn.micro
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 分类:问答Caliburn Micro - is it possible to intercept calls to execute a command?
I want to add error handling to my view-models so that when a command is executed and an exception thrown, the error is handled gracefully and a modal dialog displayed.[详细]
2023-04-10 08:23 分类:问答Saving an image of a UIElement rendered larger than it appears on screen
I have a chart that I\'m displaying to the user and I want to be able to export the chart as an image to disk so they can use it outside of the application (for a presentation or something).[详细]
2023-04-07 14:19 分类:问答Binding EF4 with Caliburn.Micro: Should I expose my Entity as a property of the ViewModel?
With Caliburn.Micro I\'d like to know the pros and cons of exposing an EF4 Entity as a property of the ViewModel (a technique discussed here and here). This allows me to avoid writing getters and sett[详细]
2023-04-05 03:02 分类:问答Simple way to call a method on the View (Code Behind)
I have a small issue I was hoping somebody could help me with. I have to call the NavigationService.RemoveBackEntry() on two of my views due to the way I have my first run wizard set up.[详细]
2023-04-03 22:12 分类:问答How to trigger PreparingCellForEdit event from a (Edit)button click in Silver light 4
I have a Data Grid in Silverlight 4 with 3 columns along with a column which contains \"Edit/Apply\" button.[详细]
2023-04-02 13:11 分类:问答Problem clearing BindableCollection when datanbound against Combobox
I use Caliburn micro, I have a problem where the framework will through an exception (Can not find view for System.String) if i clear the list that the combobox is databound to. Its not bound to a Str[详细]
2023-04-02 08:33 分类:问答Unable to find view for viewmodel?
I\'m trying to make a composition UI for a small website. My building tree looks like this: Shell (Conductor.Collection.AllActive)[详细]
2023-03-31 08:22 分类:问答Different View depending on ContentControl (Caliburn.Micro)
I\'m binding 开发者_如何学运维ViewModels to ContentControls and letting Caliburn taking care of creating and binding the view. However, I would like to customize Caliburns ViewModel->View convention b[详细]
2023-03-30 21:59 分类:问答How do I bind a Ribbon control to my ViewModel?
I\'ve been struggling since yesterday to build a (what I thought) simple Ribbon on WPF, using MVVM. I found quite a few links on the internet (and on Stack Overflow), but none could really solve my pr[详细]
2023-03-30 09:19 分类:问答