
fixedSizeGallery [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the width and height of Gallery screen thumbnails when using "Fixed" for sizingGallery.
The default value is [60,60].
public function get fixedSizeGallery():Array
public function set fixedSizeGallery(value:Array):void
The following assigns new values to the parameter:
my_tg.fixedSizeGallery = [30,20];