Skip to content

Instantly share code, notes, and snippets.

@prof79
prof79 / FocusBehavior.cs
Created April 18, 2016 22:27
WPF UI Focus Behavior Class for MVVM Use (e. g. Caliburn.Micro)
//----------------------------------------------------------------------------
// <copyright file="FocusBehavior.cs"
// company="Johnny CH">
// Copyright (C) 2012 Johnny CH. All rights reserved.
// </copyright>
// <author>Johnny CH</author>
// <description>A behavior class for UI focus control</description>
// <version>v1.0.0 3/13/2016 5:23:35 PM</version>
//
// Based on: https://social.msdn.microsoft.com/Forums/vstudio/en-US/8b119426-bb3b-4b5b-91e9-7827dfc92771/mvvm-wpf-focus-uilelement-from-viewmodel?forum=wpf