Is there a way to use the existing WPF BooleanToVisibilityConverter converter but have False values convert to Hidden instead of the default Collapsed, or should I just writ
Can you not just use a style instead of a converter? The code would be something like:
You'll need to provide the property binding yourself to point to your bool property.