Last Updated:
09 Oct 2020 14:09
by ADMIN
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.