tvCollapse: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (control cat added)
m (Some wiki formatting)
 
(56 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.74


|0.74|= Game version
|gr1= GUI Control - Tree View
____________________________________________________________________________________________


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


| '''tvCollapse''' [idc, [path]] |= Syntax
|eff= local


|p1= [idc, [path]]: [[Array]] |= PARAMETER1
|descr= Collapses tree item pointed to by the path. IDC means id of parent Tree View.


| [[Nothing]] |= RETURNVALUE
|s1= [[tvCollapse]] [idc, path]


|p1= idc: [[Number]]


|x1= <code>[[tvCollapse]] [101, [0]];</code> |= Example 1
|p2= path: [[Array]] - item [[Tree View Path]]. [] will collapse the whole tree and it will disappear
____________________________________________________________________________________________


| [[tvAdd]], [[tvClear]], [[tvCount]], [[tvCurSel]], [[tvData]], [[tvDelete]], [[tvExpand]], [[tvPicture]], [[tvSetCurSel]], [[tvSetData]], [[tvSetPicture]], [[tvSetValue]], [[tvSort]], [[tvSortByValue]], [[tvText]], [[tvValue]] |= See Also
|r1= [[Nothing]]


| |= MPBEHAVIOUR
|s2= control [[tvCollapse]] path
____________________________________________________________________________________________
 
}}
|p21= control: [[Control]]
 
|p22= path: [[Array]] - item [[Tree View Path]]. [] will collapse the whole tree and it will disappear
 
|r2= [[Nothing]]


<h3 style='display:none'>Notes</h3>
|x1= <sqf>tvCollapse [101, [0]];</sqf>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>_ctrl tvCollapse [0];</sqf>
</dl>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[tvCollapseAll]] [[tvAdd]] [[tvClear]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[tvExpand]] [[tvPicture]] [[tvSetCurSel]] [[tvSetData]] [[tvSetPicture]] [[tvSetValue]] [[tvSort]] [[tvSortByValue]] [[tvText]] [[tvValue]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:47, 15 August 2022

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: 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:
tvCollapseAll tvAdd tvClear tvCount tvCurSel tvData tvDelete tvExpand tvPicture tvSetCurSel tvSetData tvSetPicture tvSetValue tvSort tvSortByValue tvText tvValue

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