lnbSetColumnsPos
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Arma 2
- Version:
- 1.00
Description
- Description:
- Sets relative screen X for ListNBox control columns positions. Setter for lnbGetColumnsPosition
Syntax
- Syntax:
- lnbSetColumnsPos [idc, positions]
- Parameters:
- [idc, positions]: Array
- idc: Number - idc of the control
- positions: Array - positions of the columns
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- ctrl lnbSetColumnsPos positions
- Parameters:
- ctrl: Control - lnb control
- positions: Array - positions of the columns
- Return Value:
- Nothing
Examples
- Example 1:
lnbSetColumnsPos [101, [0.1,0.5,0.7]];
- Example 2:
_ctrl lnbSetColumnsPos [0.1,0.5,0.7];
Additional Information
- Multiplayer:
- -
- See also:
- lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To
Notes
- Posted on Sep 9 2014
- ffur2007slx2_5
- See: List Box#LISTNBOX