Top "Caliburn.micro" questions

A small, yet powerful framework, designed for building applications across all XAML platforms.

Caliburn Micro and ModernUI Examples/Tutorials

does anyone have an example or tutorial on how to use Caliburn Micro together with ModernUi (https://mui.codeplex.com)?

c# caliburn.micro modern-ui
Multiple selection in WPF MVVM ListBox

I have a ListBox containing filenames. Now I need to get array of selected items from this ListBox. I found …

wpf mvvm listbox caliburn.micro multipleselection
using attached events with caliburn micro Message.Attach

I'm trying to use caliburn micro message to trigger an attached event that I created: public static class DataChanging { public …

c# xaml caliburn.micro attached-properties routed-events
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 …

caliburn.micro
"No target found for method" thrown by Caliburn Message.Attach()

I have a list box for which I am styling ItemContainer to include a context menu. Here is the xaml …

c# wpf caliburn.micro wpf-4.0
Does Caliburn.Micro play nicely with user controls?

I'm a novice WPF programmer. I'm trying to add some structure to my code: both User Controls and MVVM. Researching …

wpf mvvm user-controls caliburn.micro
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 …

mvvm telerik selecteditem caliburn.micro radgridview
Caliburn Micro: DialogResult

I can't find a solution for the following problem: I open a Dialog with the WindowManager from caliburn micro: public …

c# wpf caliburn.micro dialogresult
WPF Context Menus in Caliburn Micro

I'm trying to get a context menu within a ListBox ItemTemplate to call a method on the parent view model, …

wpf contextmenu caliburn.micro caliburn
Caliburn Micro 'Enter' Key Event

I am attempting to bind an event with Caliburn Micro and I am having some issues getting the right messages …

wpf mvvm caliburn.micro