Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features
Apache License 2.0
638 stars 79 forks source link

& operator not work for enum #81

Open LiveIsLive opened 2 years ago

LiveIsLive commented 2 years ago

For example, run the code below and the button is still visible

<Button Visibility="{c:Binding '(io:FileAttributes.Directory &amp; io:FileAttributes.Directory) != io:FileAttributes.Directory'}" xmlns:c="clr-namespace:CalcBinding;assembly=CalcBinding" xmlns:io="clr-namespace:System.IO;assembly=mscorlib">Test</Button>