locked
How to update UI bound to a dateset RRS feed

  • Question

  • I bind a list which Inherits ObservableCollection class to a GridView, and set GridView's ItemsSource to the list.  When i add a item to the list, the GridView ItemsSource‘s count is added, but the GridView UI don't change Synchronously。

    Can you can tell me how can i updata the GridView UI Synchronously

     

    Wednesday, December 7, 2011 7:35 AM

Answers

  • Hi X, This explains Data in detail. About 14 minutes in discusses your subject but you should view this entire presentation: http://channel9.msdn.com/events/BUILD/BUILD2011/APP-210T -Jeff
    Jeff Sanders (MSFT)
    Wednesday, December 7, 2011 3:03 PM
    Moderator