
rows [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the number of thumbnail rows.
Acceptable values include any number greater than 0 that doesn't vertically subdivide the thumbnail grid to the point where thumbnail elements have a height that's smaller than 10 pixels high. Any number greater than that maximum threshold is ignored, and the maximum number of possible rows is used.
The default value is 4.
public function get rows():Number
public function set rows(value:Number):void
The following divides the thumbnail grid into five rows.
my_tg.rows = 5;