tvCollapse: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|eff= local |Multiplayer Effects=
|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


| Collapses tree item pointed to by the path. IDC means id of parent Tree View. |DESCRIPTION=
| Collapses tree item pointed to by the path. IDC means id of parent Tree View. |DESCRIPTION=
____________________________________________________________________________________________


| '''tvCollapse''' [idc, path] |SYNTAX=
| '''tvCollapse''' [idc, path] |SYNTAX=
Line 37: Line 34:


|x2= <code>_ctrl [[tvCollapse]] [0];</code> |EXAMPLE2=
|x2= <code>_ctrl [[tvCollapse]] [0];</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[tvCollapseAll]], [[tvAdd]], [[tvClear]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=
| [[tvCollapseAll]], [[tvAdd]], [[tvClear]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |SEEALSO=


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}

Revision as of 04:43, 17 January 2021

Hover & click on the images for description

Description

Description:
Collapses tree item pointed to by the path. IDC means id of parent Tree View.
Groups:
GUI Control - Tree View

Syntax

Syntax:
tvCollapse [idc, path]
Parameters:
[idc, path]: Array
idc: Number
path: Array - Item Tree View Path. [] will collapse the whole tree and it will disappear
Return Value:
Nothing

Alternative Syntax

Syntax:
control tvCollapse path
Parameters:
control: Control
path: Array - Item Tree View Path. [] will collapse the whole tree and it will disappear
Return Value:
Nothing

Examples

Example 1:
tvCollapse [101, [0]];
Example 2:
_ctrl tvCollapse [0];

Additional Information

See also:
tvCollapseAlltvAddtvCleartvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note