The MulticolumnTreeView type exposes the following members.

Methods

  NameDescription
Public methodAddHandler
Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route.
(Inherited from UIElement.)
Public methodApplyTemplate (Inherited from Control.)
Public methodArrange
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
(Inherited from UIElement.)
Protected methodArrangeOverride
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
(Inherited from FrameworkElement.)
Public methodCaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from UIElement.)
Public methodCheckAccess (Inherited from DependencyObject.)
Protected methodClearContainerForItemOverride (Inherited from TreeView.)
Public methodClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement.)
Public methodFocus (Inherited from Control.)
Public methodGetAnimationBaseValue (Inherited from DependencyObject.)
Public methodGetBindingExpression
Returns the BindingExpression that represents the binding on the specified property.
(Inherited from FrameworkElement.)
Protected methodGetContainerForItemOverride
Creates or identifies the element that is used to display the given item.
(Overrides TreeView..::..GetContainerForItemOverride()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetTemplateChild (Inherited from Control.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodInvalidateArrange
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()().
(Inherited from UIElement.)
Public methodInvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement.)
Protected methodIsItemItsOwnContainerOverride
Determines if the specified item is (or is eligible to be) its own container.
(Overrides TreeView..::..IsItemItsOwnContainerOverride(Object).)
Public methodMeasure
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from UIElement.)
Protected methodMeasureOverride
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
(Inherited from FrameworkElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnApplyTemplate
Called by the framework when the control template is applied.
(Overrides TreeViewOnApplyTemplate()()()().)
Protected methodOnCreateAutomationPeer
Defines an AutomationPeer for the TreeView control.
(Inherited from TreeView.)
Protected methodOnGotFocus (Inherited from TreeView.)
Protected methodOnItemsChanged
Called when the value of the Items property changes.
(Overrides TreeView..::..OnItemsChanged(NotifyCollectionChangedEventArgs).)
Protected methodOnKeyDown
Provides class handling for the KeyDown event for a TreeView.
(Inherited from TreeView.)
Protected methodOnKeyUp (Inherited from TreeView.)
Protected methodOnLostFocus (Inherited from TreeView.)
Protected methodOnLostMouseCapture (Inherited from Control.)
Protected methodOnMouseEnter (Inherited from TreeView.)
Protected methodOnMouseLeave (Inherited from TreeView.)
Protected methodOnMouseLeftButtonDown (Inherited from TreeView.)
Protected methodOnMouseLeftButtonUp (Inherited from TreeView.)
Protected methodOnMouseMove (Inherited from TreeView.)
Protected methodOnMouseWheel (Inherited from Control.)
Protected methodOnSelectedItemChanged
Raises the SelectedItemChanged event when the SelectedItem property value changes.
(Inherited from TreeView.)
Protected methodPrepareContainerForItemOverride
Prepares the specified element to display the specified item.
(Overrides TreeView..::..PrepareContainerForItemOverride(DependencyObject, Object).)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement.)
Public methodRemoveHandler
Removes the specified routed event handler from this element.
(Inherited from UIElement.)
Public methodSetBinding (Inherited from FrameworkElement.)
Public methodSetValue
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTransformToVisual (Inherited from UIElement.)
Public methodUpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement.)

See Also