
thumbResize [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls whether thumbnail backgrounds resize to dimensions of proportionally scaled thumbnail images. Requires a "Proportional" value assigned to imageScale .
Acceptable values include "Off" and "On".
The default value is "On".
public function get thumbResize():String
public function set thumbResize(value:String):void
The following example turns off thumbnail resizing.
my_tg.thumbResize = "Off";