|
|
|
|
AutoRespond Property, SftTree Class |
Defines whether the tree control automatically handles certain events to expand and collapse items or to resize columns.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property AutoRespond As Boolean |
C# |
public bool AutoRespond { get; set; } |
C++ |
public: property bool AutoRespond { |
Property Value
True if the tree control automatically handles certain events, otherwise False.
The default value is True.
Comments
The AutoRespond property 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.