TreeViewNode.AddSubItem Method
Adds text and alignment to additional columns of the node.
Parameters
- text
- The text to put in the columns.
- alignment
- The alignment to be set. This can be any value from the TreeViewNode.AlignmentValues enum.
Remarks
See Also
TreeViewNode Class