Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Collapse Method, SftTree Object

Collapses an item so its dependents are no longer visible.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Collapse and Item.Collapse instead

Syntax

VB.NETobject.Collapse(ByVal ItemIndex As Integer, ByVal Preserve As Boolean)
VBobject.Collapse(ByVal ItemIndex As Long, ByVal Preserve As Boolean)
C#.NETvoid object.Collapse(int ItemIndex, bool Preserve);
VC++HRESULT object->Collapse(long ItemIndex, VARIANT_BOOL Preserve);
CHRESULT object->raw_Collapse(long ItemIndex, VARIANT_BOOL Preserve);

object

A SftTree object.

ItemIndex

The zero-based index of the item to collapse. If -1 is specified, all items on level 0 are collapsed.

Preserve

Defines whether the expand/collapse state is preserved.

PreserveDescription
TruePreserves the expand/collapse state of dependent items that are made no longer visible. A subsequent call to Items.Expand or Item.Expand will restore the items with the remembered expand/collapse state.
FalseThe expand/collapse state is not preserved.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Collapse and Item.Collapse instead

The Collapse method collapses an item so its dependents are no longer visible.

The Collapse method collapses all dependent items of item ItemIndex and saves the expand/collapse state of all dependent items, so it can be restored by a subsequent Items.Expand or Item.Expand method call.

If a parent item is collapsed, subsequently adding child items will automatically expand the item.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.