tvSort
Jump to navigation
Jump to search
{{RV|type=command
|game1= arma3 |version1= 0.74
|gr1= GUI Control - Tree View
|descr= Sorts all children of given path. Text of Tree View entries is used for sorting.
|s1= control tvSort [path, reversed]
|p1= control: Control
|p2= path: Array - Tree View Path of the parent item to sort
|p3= reversed: Boolean - (Optional, default false) true to reverse sort it
|r1= Nothing
|s2= tvSort [idc, path, reversed]
|p21= idc: Number - control idc
|p22= path: Array - Tree View Path of the parent item to sort
|p23= reversed: Boolean - (Optional, default false) true to reverse sort it
|r2= Nothing
|x1= control tvSort [[0], true];
|x2=
|seealso= lbSortBy lnbSortBy tvSortAll tvSortByValue tvSortByValueAll }}