Esempio n. 1
0
 public static bool GetIsBroughtIntoViewWhenSelected(ListViewItem listViewItem)
 {
     return (bool)listViewItem.GetValue(IsBroughtIntoViewWhenSelectedProperty);
 }
 public static bool GetBringIntoViewWhenSelected(ListViewItem treeViewItem)
 {
     return (bool)treeViewItem.GetValue(BringIntoViewWhenSelectedProperty);
 }