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