Top "Caliburn.micro" questions

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

Caliburn.Micro support for PasswordBox?

The Caliburn.Micro home page at http://caliburnmicro.com makes the below claim but I am unable to make CM …

c# caliburn.micro passwordbox
How to capture combobox selection in Caliburn Micro?

I am just starting with Caliburn Micro. I want to have a combo box with a list of strings, and …

silverlight conventions caliburn.micro
Getting row information after a doubleclick

I am trying to retrieve row info from a datagrid after a double click event. I have the event setup, …

c# .net xaml mvvm caliburn.micro
Caliburn.Micro getting it to bind UserControls in a MainView to their ViewModels

I have a MainView.xaml, binding to a MainViewModel just fine. What I wanted to try out was splitting a …

c# wpf caliburn.micro