Parametrized BooleanToVisibilityConverter
Windows Presentation Foundation allows us to create our own value converters and use them in XAML bindings. WPF also comes with a set of predefined converters. One of them is BooleanToVisibilityConverter. It this post I will show you how to create own version of this converter with parameter feature supported.
By Mirek on (tags: BooleanToVisibilityConverter, IValueConverter, WPF, categories: code)