NumRows Property

Object List Next Object

Defined By:
ObjectBox

Description:

Defines the height of the ObjectBox as the number of horizontal rows of gadgets to be displayed in the ObjectBox.

Details:

The NumColumns and NumRows properties are used in conjunction with the TileDirection property to control the shape of the ObjectBox and the configuration of the gadgets within. The NumColumns and NumRows properties basically define the width and height of the ObjectBox (in gadgets).

A value of '-1' for one of these properties means that it is the unconstrained direction, that is, there can be as many of these rows or columns as necessary to accommodate all the gadgets. For example, if NumColumns is set to 2 and NumRows is set to -1 (no more than one of the dimensions should be -1), then the ObjectBox will have two columns and as many rows as necessary. This would make a vertical ToolBox.

Data Type: Integer

See Also:

Style property, NumColumns property