Completed
Last Updated: 09 Oct 2020 14:09 by ADMIN
Release LIB 2020.3.1012
Martin Ivanov
Created on: 14 Aug 2020 06:32
Category: UI for WPF
Type: Feature Request
1
Converters: Add InvertedVisibilityToBooleanConverter
Add a two-way inverted converter that converts between visibility and boolean. Passing a Visibility.Collapsed value should return True and Visibility.Visible should return False. Also, add nullable bool support in the ConvertBack method. This way if the bool property provides a null value, the ConvertBack method should return True. 
0 comments