Skip to content

Issues with XAML Behaviors #13494

Answered by limeniye
majidkhalili asked this question in Q&A
Sep 3, 2023 · 5 comments · 17 replies
Discussion options

You must be logged in to vote

Hello, @majidkhalili.
Thank you for your report.

To solve this problem check the Uno documentation
https://platform.uno/docs/articles/uno-community-toolkit.html

and try to use the following steps:

#13192 (comment)

    <ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">
        <PackageReference Include="CommunityToolkit.WinUI.UI.Behaviors" Version="7.1.2"/>
    </ItemGroup>
    <ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows'">
        <PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Behaviors" Version="7.1.200-dev.6.gf657bb2e91"/>
    </ItemGroup>

Replies: 5 comments 17 replies

Comment options

You must be logged in to vote
2 replies
@michael-hawker
Comment options

@agneszitte
Comment options

Answer selected by jeromelaban
Comment options

You must be logged in to vote
10 replies
@majidkhalili
Comment options

@limeniye
Comment options

@majidkhalili
Comment options

@limeniye
Comment options

@majidkhalili
Comment options

Comment options

You must be logged in to vote
3 replies
@limeniye
Comment options

@KWodarczyk
Comment options

@limeniye
Comment options

Comment options

You must be logged in to vote
1 reply
@limeniye
Comment options

Comment options

You must be logged in to vote
1 reply
@limeniye
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
5 participants