Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Enhancement] using BoolToObjectConverter and VariableMultiValueConverter at the same time #1199

Discussion options

You must be logged in to vote
    <pages:BasePage.Resources>
        <xct:VariableMultiValueConverter x:Key="AllTrueConverter" ConditionType="All" />
    </pages:BasePage.Resources>
    ...
    ...
                <Label>
                    <Label.Triggers>
                        <DataTrigger TargetType="Label" Value="true">
                            <DataTrigger.Binding>
                                <MultiBinding Converter="{StaticResource AllTrueConverter}">
                                    <Binding Path="isSys" />
                                    <Binding Path="isEditable" />
                                </MultiBinding>
                            </DataTrigger.Binding>
                            <S…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by pictos
Comment options

You must be logged in to vote
1 reply
@jtsai-dev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1198 on April 14, 2021 19:59.