Click or drag to resize

cursorZoneBuilderbuildColumns Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the columns in targeted zone - respecting provided relative withs

Namespace:  imbSCI.Core.reporting.zone
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void buildColumns(
	int numberOfColumns,
	params int[] relWidth
)
Request Example View Source

Parameters

numberOfColumns
Type: SystemInt32
Number of columns to build inside the zone. Use small numbers.
relWidth
Type: SystemInt32
Relative width ratio for each column. If less is provided than numberOfColumns the rest of columns will have relWidth=1
Remarks

Widths are relative to each other. If you want first column to be double in width than each of the other two use: 2,1,1

See Also