コード例 #1
0
 public static bool GetIsBroughtIntoViewWhenSelected(ListViewItem listViewItem)
 {
     return (bool)listViewItem.GetValue(IsBroughtIntoViewWhenSelectedProperty);
 }
コード例 #2
0
 public static bool GetBringIntoViewWhenSelected(ListViewItem treeViewItem)
 {
     return (bool)treeViewItem.GetValue(BringIntoViewWhenSelectedProperty);
 }