Hi, Anyone see anything wrong with this method (from the ADG)?
mx_internal function columnWordWrap(c:AdvancedDataGridColumn):Boolean
{
if (c.wordWrap == true)
return true;
if (c.wordWrap == false)
return false;
return wordWrap;
}
Turns out wordWrap is a * and should only have the values true, false and
undefined. Who would like to bet that it may be set to other values? :-)
Thanks,
Justin
