
columnsGallery [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the number of columns (when using "Fluid" for sizingGallery) that are used for the Gallery screen.
Acceptable values include any number greater than 0 that doesn't horizontally subdivide the thumbnail grid to the point where thumbnail elements have a width that's smaller than 10 pixels wide. Any number greater than that maximum threshold is ignored, and the maximum number of possible columns is used.
The default value is 3.
public function get columnsGallery():Number
public function set columnsGallery(value:Number):void
The following divides the fluid layout into four columns.
my_tg.columnsGallery = 4;