DesktopTreeView.ColumnDefaultAlignment Method
Sets or gets default alignment for a given column.
Parameters
- index
- The index of the column to set or get the default alignment for.
- value (assignment parameter)
- The value to be set (This can be any value from the TreeView.ColumnAlignmentValues enum)
Returns
- DesktopTreeView.ColumnAlignmentValues
Remarks
Note that alignments and indents are only supported on subitems. Attempting to apply indent or alignment on the first column will do nothing.
See Also
DesktopTreeView Control