コード例 #1
0
ファイル: InteractionBase.cs プロジェクト: nrag/yapper
 /// <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()
 {
     interactionList.Reset();
 }