ControlExtensions Class |
Namespace: SandcastleBuilder.WPF
The ControlExtensions type exposes the following members.
Name | Description | |
---|---|---|
AutoScrollIfNeeded |
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.
| |
AutoSizeTableColumns |
This method is used to auto-size the columns in a table
| |
CommitChanges |
This is used to commit pending changes to the data source from
a bound object and its children.
| |
FindT |
Find elements of the given type that match the given predicate
| |
FindByName |
This is used to find all elements in a flow document with the given name
| |
Flatten |
This is used to flatten a flow document element hierarchy for searching
| |
ParentElementOfTypeT |
From the given starting element, this will work up the visual tree until it finds a parent
element of the given type.
|