TcxTreeListNodeAttachMode Enum
Specifies the manner in which one node is attached to another.
#Declaration
TcxTreeListNodeAttachMode = (
tlamAdd,
tlamAddFirst,
tlamAddChild,
tlamAddChildFirst,
tlamInsert
);
#Members
Name |
---|
tlam
|
tlam
|
tlam
|
tlam
|
tlam
|
#Remarks
Options include:
Value | Description |
---|---|
tlam |
Adds a node at the same level as the existing node and makes the new node last. |
tlam |
Adds a node at the same level as the existing node and makes the new node first. |
tlam |
Adds a child node to the existing node and makes the new node last. |
tlam |
Adds a child node to the existing node and makes the new node first. |
tlam |
Inserts a node at the same level just before the existing node. |