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

Windows Community Toolkit AttachedCardShadow and AttachedDropShadow is not working #197

Open
Youssef1313 opened this issue May 28, 2023 · 3 comments

Comments

@Youssef1313
Copy link
Member

Originally reported at: https://stackoverflow.com/questions/76208537/windows-community-toolkit-attachedcardshadow-and-attacheddropshadow-is-not-worki

<Compile Remove="Brushes\**\*.cs" />
<None Include="Brushes\**\*.cs" />
<Compile Remove="Geometry\**\*.cs" />
<None Include="Geometry\**\*.cs" />
<Compile Remove="Pipelines\**\*.cs" />
<None Include="Pipelines\**\*.cs" />
<Compile Remove="Effects\**\*.cs" />
<None Include="Effects\**\*.cs" />
<Compile Remove="Animations\**\*.cs" />
<None Include="Animations\**\*.cs" />
<Compile Remove="Visuals\**\*.cs" />
<None Include="Visuals\**\*.cs" />
<Compile Remove="Shadows\**\*.cs" />
<None Include="Shadows\**\*.cs" />
<Compile Remove="Helpers\SurfaceLoader*.cs" />
<None Include="Helpers\SurfaceLoader*.cs" />
<Compile Remove="Enums\ImageBlendMode.cs" />
<None Include="Enums\ImageBlendMode.cs" />
<Compile Remove="Extensions\UIElementExtensions.cs" />
<None Include="Extensions\UIElementExtensions.cs" />

@sang-hyeon
Copy link

not work.

@agneszitte
Copy link

agneszitte commented May 24, 2024

@jeromelaban, @MartinZikmund, @Youssef1313 with the latest updates can we do something for this issue?
Related discussion: unoplatform/uno#13090 (reply in thread)

@MartinZikmund
Copy link
Member

Not too much I think, as these controls are using Composition APIs - we should be able to bring them to Skia targets, but others will be tricky. Alternative would be to add custom implementation directly into Community Toolkit and use our Shadow control, but not sure if that will be possible as the shadows are just attached behaviors

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

No branches or pull requests

4 participants