c# - Xamarin forms Passing Arguments in XAML -
i'm trying pass arguments in xaml own class following: passing arguments like:
<myclass> <x:arguments> <x:boolean>true</x:boolean> <x:double>90</x:double> </x:arguments> </myclass>
but when add error saying:
the given key not present in dictionary.
if hard code inside constructor instead, works fine, want able change it.
update:
my class extension of image, got working fine alone, , in listview, not in tweaked listview working horizontal image gallery.
Comments
Post a Comment