HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

AutoRespond Property, SftTree Class

Defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.

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

Syntax

public bool AutoRespond { get; set; }
Public Property AutoRespond As Boolean

Value

True if the tree control automatically handles certain events, otherwise False.

The default value is True.

Comments

Defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.

If enabled, the tree control automatically expands/collapses items when the user double-clicks on an item and columns are resized when the user double-clicks in the column resizing area.

See Also SftTree Class | Classes | SftTree/NET 3.0