<?xml version="1.0" encoding="utf-8"?>
<s:HorizontalLayout xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<fx:Script>
<![CDATA[
public override function updateDisplayList(width:Number, height:Number):void {
super.updateDisplayList(width, height);
}
public override function getElementBounds(index:int):Rectangle {
return null;
}
public override function updateScrollRect(w:Number, h:Number):void {
super.updateScrollRect(w, h);
}
]]>
</fx:Script>
</s:HorizontalLayout>