
sizingGallery [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 Gallery 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 sizingGallery():String
public function set sizingGallery(value:String):void
The following removes changes sizing to "Fixed":
my_tg.sizingGallery = "Fixed";