Alex141 / CalcBinding

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

A bug is fixed :Binding对 Setter.Value 无效 #46

Open ghost opened 7 years ago

ghost commented 7 years ago

A bug is fixed which is "错误 Binding对 Setter.Value 无效。唯一受支持的 MarkupExtension 类型是 DynamicResourceExtension 和 BindingBase 或派生类型。 "when the calcbinding is using as

<Style TargetType="ComboBox"   >
        <Setter Property="IsEnabled" Value="{c:Binding 1>1}"></Setter>
    </Style>
xmedeko commented 7 years ago

You should use English only in the text and commit message, too.