
sizing [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls how thumbnail size is calculated for the Album screen.
Acceptable values include "Fluid" and "Fixed". For an overview of the difference between the two, click here.
The default value is "Fluid".
public function get sizing():String
public function set sizing(value:String):void
The following removes changes sizing to "Fixed":
my_tg.sizing = "Fixed";