Saturday, January 11, 2014

ListBox Example 1

Here we will see the loading of items in ListBox asynchronously.
ListBoxExample1.xaml








ListBoxExample1.xaml.cs













UI Display:
After pressing F5,










Here we can see two processes at a time(asynchronously) in the above figure
1. Increment of number by 1 in the grid.
2. Display of a MessageBox along with number population in grid.

No comments:

Copyright © Codingnodes,2014.All Rights Reserved.