ctrlSetScrollValues

From Bohemia Interactive Community
Revision as of 20:16, 8 July 2020 by Killzone Kid (talk | contribs) (Created page with "{{Command|Comments= ____________________________________________________________________________________________ | arma3dev |Game name= |1.99|Game version= _________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.99|1.99]]
Hover & click on the images for description

Description

Description:
Sets scroll values for current scrollbasrs in range 0...1 for the following controls:
  • CT_CONTROLS_TABLE
  • CT_CONTROLS_GROUP
  • CT_TREE
  • CT_LISTBOX
  • CT_COMBO
  • CT_XCOMBO
  • CT_LISTNBOX
  • CT_LISTNBOX_CHECKABLE
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetScrollValues [vScrollValue, hScrollValue]
Parameters:
control: Control
[vScrollValue, hScrollValue]: Array
vScrollValue: Number - vertical scroll value in 0..1 range. -1 to skip
hScrollValue: Number - horizontal scroll value in 0..1 range. -1 to skip
Return Value:
Nothing

Examples

Example 1:
_ctrlGrp ctrlSetScrollValues [-1, 0.5];

Additional Information

See also:
ctrlScrollValuessliderSetPositionprogressSetPosition

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

[[Category:Introduced with arma3dev version 1.99]][[ Category: arma3dev: New Scripting Commands | CTRLSETSCROLLVALUES]][[ Category: arma3dev: Scripting Commands | CTRLSETSCROLLVALUES]]

Notes

Bottom Section