CommunityToolkit / CommunityToolkit/Maui
[BUG] Setting both TintColor and HeightRequest with IconTintColorBehavior causes Windows UI to crash.
- Dominant language
- C#
- Stars
- 2.7k
- Forks
- 500
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 7
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Did you read the "Reporting a bug" section on Contributing file?
- [x] I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
### Current Behavior
I cannot control color and size of an image same time with IconTintColorBehavior in WIndows UI.
### Expected Behavior
We can control color and size of an image same time with IconTintColorBehavior.
### Steps To Reproduce
1. Open and just run the reproduction project repository in Windows Machine
### Link to public reproduction project repository
https://github.com/mjormotor/ReportIconTintColorBehavior
### Environment
```markdown
- .NET MAUI CommunityToolkit: 13.0.0
- OS: Windows 11 Home 25H2 Build 26200.7462
- .NET MAUI: 10.0
```
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.