Top "Caliburn.micro" questions

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

Designing a Hamburger menu in WPF with Mahapps.Metro

Currently, I'm using a Grid of Buttons for housing keys for navigation. It's hideous, but gets the job done. Here's …

wpf xaml caliburn.micro mahapps.metro hamburger-menu
Caliburn.Micro can't match View and ViewModel from different assemblies

I just started with Caliburn.Micro. I'm trying to bootstrap my simple sample solution placing the ShellView (usercontrol) in an …

c# .net mvvm caliburn.micro
Reactive Extensions for .NET (Rx) in WPF - MVVM

I am using Reactive extensions for NET (Rx) with Caliburn.Micro in my WPF app. I'm trying to port my …

wpf observer-pattern caliburn.micro system.reactive
WPF Caliburn.Micro and TabControl with UserControls issue

I'm pretty sure this has been answered somewhere, but I can't seem to find it for the life of me. …

c# wpf mvvm tabcontrol caliburn.micro
Attach to multiple events with Caliburn.Micro

I am working on a Windows Phone 8 project with Caliburn.Micro and I want to attach to 2 separate events on …

c# xaml windows-phone-8 caliburn.micro
WPF + Caliburn Micro: how to catch Window Close event?

I am new in Caliburn Micro and learn it from this helloworld example. In the example there are only 2 views (.…

c# wpf caliburn.micro
Caliburn Micro cancel window close from ViewModel

When the user clicks the close button of a Window, is it possible to cancel the close from the ViewModel …

c# wpf caliburn.micro
Application MainWindow is null in WPF (using Caliburn Micro)

I am developing a WPF application and I need to get a point to the main window of application inside …

c# wpf caliburn.micro
Caliburn ShowDialog and MessageBox

I'm making a small demo application for MVVM with caliburn. Now I want to show a MessageBox, but the MVVM …

c# wpf mvvm messagebox caliburn.micro
How can I bind key gestures in Caliburn.Micro?

How can I get Caliburn.Micro to map a key gesture to an action method on my ViewModel? For example, …

wpf keyboard caliburn.micro