HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

AutoExpandAreaEnum Enumeration

Used with the SftTree.AutoExpandArea property to define when items are expanded automatically (see SftTree.AutoExpandHover and SftTree.AutoExpandDragDrop).

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum AutoExpandAreaEnum;
Public Enum AutoExpandAreaEnum

Values

NameDescription
FirstColumn(not specified)
HierarchyColumnThe item is automatically expanded if the mouse cursor hovers over the cell of the hierarchy column (excluding the hierarchy area).
AllColumnsThe item is automatically expanded if the mouse cursor hovers over any cell (excluding the hierarchy area).

Comments

Used with the SftTree.AutoExpandArea property to define when items are expanded automatically (see SftTree.AutoExpandHover and SftTree.AutoExpandDragDrop).

See Also | Classes | SftTree/NET 3.0