TreeListViewCommands Properties
Contains the commands allowing some frequently used TreeListView actions to be easily programmed via XAML markup.
Name | Description |
---|---|
Best |
Resizes the column to the minimum width required to display the column's contents completely. |
Best |
Adjusts the width of columns so that columns fit their contents in the optimal way. |
Cancel |
Hides the active editor, discarding all the changes made within the focused row.
Inherited from Data |
Change |
Inherited from Data |
Change |
Toggles a node's check state. |
Change |
Specifies the expanded state of a node (expanded or collapsed). |
Check |
Checks all nodes. |
Clear |
Clears the filter.
Inherited from Data |
Collapse |
Collapses all nodes. |
Delete |
Deletes the focused row.
Inherited from Data |
Edit |
Activates the focused cell's in-place editor.
Inherited from Data |
End |
Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
Inherited from Data |
Expand |
Expands all nodes. |
Hide |
Hides the Column Chooser.
Inherited from Data |
Hide |
Hides the Search Panel.
Inherited from Data |
Move |
Moves focus to the first cell displayed within the first visible row.
Inherited from Data |
Move |
Moves focus to the first visible row or card within a View.
Inherited from Data |
Move |
Moves focus to the last cell displayed within the last visible row.
Inherited from Data |
Move |
Moves focus to the last visible row or card.
Inherited from Data |
Move |
Focuses the next cell after the focused cell.
Inherited from Data |
Move |
Moves focus forward by the number of rows or cards displayed onscreen within a View.
Inherited from Data |
Move |
Moves focus to the row or card following the one currently focused.
Inherited from Data |
Move |
Focuses the cell preceding the focused cell.
Inherited from Data |
Move |
Moves focus backward by the number of rows or cards displayed onscreen within a View.
Inherited from Data |
Move |
Moves focus to the row or card preceding the one currently focused.
Inherited from Data |
Show |
Invokes the Column Chooser.
Inherited from Data |
Show |
Shows the Filter Editor.
Inherited from Data |
Show |
|
Show |
|
Show |
Shows the Search Panel.
Inherited from Data |
Show |
Invokes the Runtime Summary Editor for the specified column.
Inherited from Data |
Show |
Invokes the Expression Editor that enables editing an expression for the specified unbound column.
Inherited from Data |
Uncheck |
Unchecks all nodes. |
See Also