Skip to content

[BUG] MAUI Toolkit Converters Not Triggering for ObservableCollection Property changes. #2473

Answered by divyesh008
divyesh008 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm able to handle this using

<Button.IsVisible>
    <MultiBinding Converter="{StaticResource IsMultiValueAllTrueConverter}">
        <Binding Path="Attachments.Count" Converter="{StaticResource IntToBoolConverter}"/>
        <Binding Path="IsEditable" />
    </MultiBinding>
</Button.IsVisible>

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Divyesh-Bhatt
Comment options

Comment options

You must be logged in to vote
2 replies
@divyesh008
Comment options

@stephenquan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by divyesh008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working unverified
5 participants
Converted from issue

This discussion was converted from issue #2472 on January 26, 2025 20:51.