Replies: 2 comments 6 replies
-
@Avots can you share the xaml of the list as well? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have a list with icons of various colors.
How do I make the images have their color, passed by binding?
I tried this way but it didn't work
<Image.Behaviors>
<mct:IconTintColorBehavior TintColor="{Binding ImageColor, Converter={StaticResource StringToColor}}" />
</Image.Behaviors>
Beta Was this translation helpful? Give feedback.
All reactions