Exemplo n.º 1
0
 /// <summary>
 /// Some interactions involve adding transformations or performing other visual modifications
 /// to items within the list. When the interaction is complete, we need to remove these and return
 /// the list to its original state. This method simply forces the ItemsControl to re-render all items.
 /// </summary>
 protected void RefreshView()
 {
     _todoItems.Reset();
 }