RE: Regarding List Control

2013-10-30 Thread Maurice Amsellem
ercredi 30 octobre 2013 06:45 À : dev@flex.apache.org Objet : RE: Regarding List Control Yes list can show 10,000 items but it has taken 7-8 mins to renderer the list.This impacts performance. I will do profiling and let you know -Original Message- From: Justin Mclean [

RE: Regarding List Control

2013-10-29 Thread Seema Makkar
: Re: Regarding List Control Hi, > I want to show 1000 items in the list .But it was taking so much time. A list should easily be able to cope with a 1000 items and I've used a lists with 100,000 item without issues. It may be an issue with your item render. Can you post some sample co

Re: Regarding List Control

2013-10-29 Thread Justin Mclean
Hi, > I want to show 1000 items in the list .But it was taking so much time. A list should easily be able to cope with a 1000 items and I've used a lists with 100,000 item without issues. It may be an issue with your item render. Can you post some sample code so we can see what is going on. A

Regarding List Control

2013-10-29 Thread Seema Makkar
Hello, I want to show 1000 items in the list .But it was taking so much time. Now I have to show 10 items at a time and on next click I have to show next 10 items. What control will be more beneficial? How can we add this. Thanks, Seema