RSS구독하기:SUBSCRIBE TO RSS FEED
즐겨찾기추가:ADD FAVORITE
글쓰기:POST
관리자:ADMINISTRATOR

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;
}

2010/06/28 17:32 2010/06/28 17:32
http://reikop.com/blog/trackback/95
reikop:HTML, Javascript,Flex 이야기
HTML, Javascript,Flex 이야기
전체 (59)
HTML (0)
Java (0)
Flex (1)
«   2010/09   »
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30