C# Class Nitra.Visualizer.TreeViewItemBehavior

Exposes attached behaviors that can be applied to TreeViewItem objects.
显示文件 Open project: rsdn/nitra

Public Properties

Property Type Description
IsBroughtIntoViewWhenSelectedProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem ) : bool
SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem, bool value ) : void

Private Methods

Method Description
OnIsBroughtIntoViewWhenSelectedChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTreeViewItemSelected ( object sender, RoutedEventArgs e ) : void

Method Details

GetIsBroughtIntoViewWhenSelected() public static method

public static GetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem ) : bool
treeViewItem System.Windows.Controls.TreeViewItem
return bool

SetIsBroughtIntoViewWhenSelected() public static method

public static SetIsBroughtIntoViewWhenSelected ( System.Windows.Controls.TreeViewItem treeViewItem, bool value ) : void
treeViewItem System.Windows.Controls.TreeViewItem
value bool
return void

Property Details

IsBroughtIntoViewWhenSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsBroughtIntoViewWhenSelectedProperty
return System.Windows.DependencyProperty