
order [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls how thumbnail images are ordered within each group's grid.
Acceptable values include "Left to Right" and "Top to Bottom".
The default value is "Left to Right".
public function get order():String
public function set order(value:String):void
The following example changes the order in which thumbnail images are placed in each group to "Top to Bottom".
my_tg.order = "Top to Bottom";