CalcBinding icon indicating copy to clipboard operation
CalcBinding copied to clipboard

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

Open ghost opened this issue 7 years ago • 1 comments

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>

ghost avatar Jun 02 '17 01:06 ghost

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

xmedeko avatar Oct 06 '17 07:10 xmedeko