
direction [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls where the overflow of additional thumbnail groups are placed.
Acceptable values include "Horizontal" and "Vertical."
The default value is "Horizontal".
public function get direction():String
public function set direction(value:String):void
The following example changes the direction in which extra thumbnail groups are placed to vertical:
my_tg.direction = "Vertical";