Hi,
Please help me to solve my problem. Xamarin live player keeps crashing when i add an image to button inside a master detail page expandable list view.
Here is the xaml code
And the xaml.cs
public string StateIcon
{
get { return Expanded ? "icons/fa-chevron-left.png" : "icons/fa-chevron-down.png"; }
}
I tried to change it to a text instead and I don't encounter any errors.
Why does the xamarin live player is keep crashing and it doesn't show any error in visual studio debug output.
Thanks.