I am looking to use Datatriggers to dynamically display elements in xaml. is this supported in Xamarin forms? Otherwise I guess i would use a boolean property in my ViewModel bound to the visibility property of the element.
↧
I am looking to use Datatriggers to dynamically display elements in xaml. is this supported in Xamarin forms? Otherwise I guess i would use a boolean property in my ViewModel bound to the visibility property of the element.