Description
<p>While debugging MP, i get a ton of 'System.FormatException' it was because the comparaison was not correct about string value</p>
<p>Now in skin file, we can have the value as True or True - False or false - Horizontal or horizontal - Vertical or vertical.</p>
<p>For ex : </p>
<p><layout>StackLayout(0, Vertical, True)</layout> was not working correctly.</p>
<p>Now like above or <layout>StackLayout(0, Vertical, true)</layout> it's OK.</p>
<p>Now in skin file, we can have the value as True or True - False or false - Horizontal or horizontal - Vertical or vertical.</p>
<p>For ex : </p>
<p><layout>StackLayout(0, Vertical, True)</layout> was not working correctly.</p>
<p>Now like above or <layout>StackLayout(0, Vertical, true)</layout> it's OK.</p>
Attachments
Issue Links
- links to