Click or drag to resize
Sandcastle Help File BuilderControlExtensions Class
This class contains various extension methods for WPF controls
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.WPFControlExtensions

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

The ControlExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAutoScrollIfNeeded
This TreeView extension method auto-scrolls the tree view if the mouse position is within a few display units of the top or bottom of the control.
Public methodStatic memberAutoSizeTableColumns
This method is used to auto-size the columns in a table
Public methodStatic memberCommitChanges
This is used to commit pending changes to the data source from a bound object and its children.
Public methodStatic memberFindT
Find elements of the given type that match the given predicate
Public methodStatic memberFindByName
This is used to find all elements in a flow document with the given name
Public methodStatic memberFlatten
This is used to flatten a flow document element hierarchy for searching
Public methodStatic memberParentElementOfTypeT
From the given starting element, this will work up the visual tree until it finds a parent element of the given type.
Top
See Also