Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 2, 2017

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>

…ension 类型是 DynamicResourceExtension 和 BindingBase 或派生类型。 "when the calcbinding using as

    <Style TargetType="ComboBox"   >
            <Setter Property="IsEnabled" Value="{c:Binding 1>1}"></Setter>
        </Style>
@xmedeko
Copy link
Contributor

xmedeko commented Oct 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant