WPF Personal FAQs

di Luigi Boschetti

BoolToVisibilityConverter BoolToVisibility converter is a standard converter that allows to convert a boolean value to a Visibility value for WPF controls. To use it: In a UserControl/Window xaml file: 2. Use the converter in Binding instruction:

WPF – Text Binding

di Luigi Boschetti

In this blog we will illustrate some features of the Binding concepts applied to Text properties. Some of the characteristics will be appliable to other kind of bindings, not only Text Properties. Prerequisites In this post, we assume you know the “Property Change Notification” technology that is the base of the WPF binding system. To…