Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
4,930 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone
I am trying to Display a Glyth, but I cannot
I use this, to generate my icons
Do you mean "glyph" instead of "glyth"? Maybe you could specify the font family to which the font icon belongs. In addition, you can refer to
https://stackoverflow.com/questions/61258115/fontawesome-xamarin-setting-glyph-not-working-from-code-behind
https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/fonts
I did this, but it doesn't show up
I did what you told me but it doesn't show up
View Model
My view
Is the value of Glyph "\u000f02c1"? It should be escaped in XAML.
For the grid, I use
And for the List, I want to use this
What can I do to bind it
You could set a property to ViewModel and raise OnPropertyChanged. For more information you can refer to https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/data-binding/
Sign in to comment