constants ShowPartialParentEnum
The ShowPartialParentEnum type specifies whether the control displays the parent node's name on the top or focused node. The ShowPartialParent property specifies where a partial-visible parent shows its content. The ShowPartialParentEnum type supports the following values:

NameValueDescription
exShowPartialParentHidden0 No information is shown, like shown bellow:

exShowPartialParentTop-1 The parent's content node is shown on the top of the control as you can see on the following picture:

exShowPartialParentFocus1 The parent's content node is shown on the focused node as you can see on the following picture: