Click or drag to resize
Sandcastle Help File BuilderTreeViewItemBehavior Class
Exposes attached behaviors that can be applied to TreeViewItem objects.
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.WPF.BehaviorsTreeViewItemBehavior

Namespace: SandcastleBuilder.WPF.Behaviors
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static class TreeViewItemBehavior

The TreeViewItemBehavior type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetIsBroughtIntoViewWhenSelected
Get the property value
Public methodStatic memberSetIsBroughtIntoViewWhenSelected
Sets the property value
Top
Fields
  NameDescription
Public fieldStatic memberIsBroughtIntoViewWhenSelectedProperty
This defines the IsBroughtIntoViewWhenSelected attached property.
Top
Attached Properties
  NameDescription
Public attached propertyIsBroughtIntoViewWhenSelected
This attached property indicates whether or not a tree view item is brought into view when selected
Top
See Also