tvExpand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.02|= Game version ____________________...")
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *I([a-z ])" to "$1 - i$2")
 
(55 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


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


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


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


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


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


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


|p1= idc: [[Number]]


|x1= <code>tvExpand [101,[0]];</code>|= EXAMPLE1
|p2= path: [[Array]] - item [[Tree View Path]]. [] will expand the whole tree if it was collapsed previously with []


____________________________________________________________________________________________
|r1= [[Nothing]]


| |= SEEALSO
|s2= control [[tvExpand]] path


| |= MPBEHAVIOUR
|p21= control: [[Control]]
____________________________________________________________________________________________
 
}}
|p22= path: [[Array]] - item [[Tree View Path]]. [] will expand the whole tree if it was collapsed previously with []
 
|r2= [[Nothing]]


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


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


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[tvExpandAll]] [[tvAdd]] [[tvClear]] [[tvCollapse]] [[tvCount]] [[tvCurSel]] [[tvData]] [[tvDelete]] [[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}}}}]]

Latest revision as of 16:33, 8 November 2023

Hover & click on the images for description

Description

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

Syntax

Syntax:
tvExpand [idc, path]
Parameters:
idc: Number
path: Array - item Tree View Path. [] will expand the whole tree if it was collapsed previously with []
Return Value:
Nothing

Alternative Syntax

Syntax:
control tvExpand path
Parameters:
control: Control
path: Array - item Tree View Path. [] will expand the whole tree if it was collapsed previously with []
Return Value:
Nothing

Examples

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

Additional Information

See also:
tvExpandAll tvAdd tvClear tvCollapse tvCount tvCurSel tvData tvDelete 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