Пример #1
0
 public static void SetIsBroughtIntoViewWhenSelected(ListViewItem listViewItem, bool value)
 {
     listViewItem.SetValue(IsBroughtIntoViewWhenSelectedProperty, value);
 }
 public static void SetBringIntoViewWhenSelected(ListViewItem treeViewItem, bool value)
 {
     treeViewItem.SetValue(BringIntoViewWhenSelectedProperty, value);
 }