Describe the bug
The Icon view failed to update
Reproduction
1.Define an IconAndText, add it into view, set its Content and Icon property as well.
2.Offer a new Icon value for the IconAndText after the previous set.
3.The icon didn't update, keeps the former one.
Source xaml example:
<ui:IconAndText Icon="{x:Static ui:SegoeFluentIcons.PageRight}" Content="Continue" x:Name="Foo"/>
Source xaml.cs example:
Foo.Icon = SegoeFluentIcons.List;
Suggested Solution
No response
Library Version
0.10.2.1
Operating System
Windows 11
Framework
.NET Core and .NET
Framework Version
10.0
Source of Package
NuGet.org (Package)
Additional Notes
No response
Validations
Describe the bug
The
Iconview failed to updateReproduction
1.Define an
IconAndText, add it into view, set itsContentandIconproperty as well.2.Offer a new
Iconvalue for theIconAndTextafter the previous set.3.The icon didn't update, keeps the former one.
Source xaml example:
Source xaml.cs example:
Suggested Solution
No response
Library Version
0.10.2.1
Operating System
Windows 11
Framework
.NET Core and .NET
Framework Version
10.0
Source of Package
NuGet.org (Package)
Additional Notes
No response
Validations