Hi,
i create a listview as you can see:
<ListView.ItemTemplate>
</TextCell>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
AND insert data in it as below:
listaDati.ItemsSource = new string[]
{
"mono",
"monodroid",
"monotouch",
"monorail",
"monodevelop",
"monotone",
"monopoly",
"monomodal",
"mononucleosis"
};
i dont recive any ERROR but the there isn't data in listView.
Can you help me?
THANKS