How do I invert BooleanToVisibilityConverter?

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2009-02-10T22:41:50Z Indexed on 2010/03/11 18:04 UTC
Read the original article Hit count: 1008

Filed under:
|

Hi, I'm using a BooleanToVisibilityConverter in WPF to bind the Visibility property of a control to a boolean. This works fine, but I'd like one of the controls to hide if the boolean is true, and show if it's false.

Is this possible?

Thanks, Andy

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visibility