분류없음 2010/06/28 17:32
flexlib.containers.utilityClasses.FlowLayout
196 line
if(!moveChildren) {
target.measuredHeight = currentRowY + currentRowHeight + vm.bottom + vm.top;
}
.. to ..
if ( moveChildren )
{
target.measuredHeight = currentRowY + currentRowHeight + vm.bottom + vm.top;
target.height = target.measuredHeight;
}
http://reikop.com/blog/trackback/95


0