Tag Archives: command-binding

Using F1 to display Help of focused Control

We want to be able to display Help text when we focus on some FrameworkElement and pressing F1. We have two constraints: 1. the solution must be in MVVM. 2. The solution need to allow to add more controls easily. … Continue reading

Posted in C#, WPF | Tagged , , , | 2 Comments