If your data is in an IEnumerable (such as data returned by a yield function), IList< T >, or Dictionary< […]
Tag: #wpf
WPF ComboBox GotFocus (MVVM)
Prepare NuGet – Microsoft.Xaml.Behaviors.Wpf 1.1.31 – ReactiveProperty 7.8.3 Notes Use Behaviors InvokeCommandAction, then set PassEventArgsToCommand=”True”. You can use ICommand. ReactiveCommand […]
Scanning documents in WPF
I needed a good example of how to get a WPF to access a scanner. Turns out it can be […]
Preserving bindings and journaled values
WPF provides a data binding system for synchronizing values between views and view models. WPF also provides a navigation system […]
AvalonEdit and SpellCheck
Source code Download from CodeProject Introduction As the name of the tip implies, this is a quick hack to add […]
WPF control with fixed place buttons
By this I mean you want a scalable WPF control which has controls which stay in the same place the […]
Microphone recording in WPF
Handy in case you ever want to record audio from a Microphone in WPF http://voicerecorder.codeplex.com/