ListBox is show 13.765443 ,But TextBlock is show System.Windows.Control.ListBox.
List
foreach (myList cm in list)
t_la.Add(cm.L_id);
tLat.ItemsSource = t_la;
tLat1.Text = tLat.ToString();
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Feb 2, 2014, 3:37 PM
tLat1.Text = tLat.Items[0].ToString();