Setting the size of the itemRenderer this way is working ... and I can still
scroll with a gap setted to 0...
private function setItemRenderer(event:FlexEvent):void
{
var renderer:ClassFactory = new ClassFactory(MyItemRenderer);
renderer.properties = { width: myList.width };
myList.itemRenderer = renderer;
}
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Mobile-Problems-with-List-and-HorizontalLayout-and-pageScrollingEnabled-tp8794p8795.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.