Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

Can't change the value of a ContentView, not even use Binding...

$
0
0

I'm using a component with inheritance from ContentView, but i can't change his value with the code behind, not event use Binding to change his value.

XAML:

Code Behind:
if (Application.Current.Properties.ContainsKey("Url"))
{
Name = Application.Current.Properties["Url"].ToString();
autocomplete.Text = Name;
}

Someone have any idea why ?


Viewing all articles
Browse latest Browse all 89864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>