HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

AutoExpandArea Property, SftTree Class

Defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.

Class: SftTree
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public AutoExpandAreaEnum AutoExpandArea { get; set; }
Public Property AutoExpandArea As AutoExpandAreaEnum

Value

The area of an item where items may be automatically expanded.

The default value is AutoExpandAreaEnum.AllColumns.

Comments

Defines the area where items may be automatically expanded, when the mouse cursor hovers over the item for an extended period of time.

If the mouse cursor hovers over an expandable item for an extended period of time, the item can automatically be expanded based on the SftTree.AutoExpandHover and SftTree.AutoExpandDragDrop property setting.

See Also SftTree Class | Classes | SftTree/NET 3.0