How many item render instances will be created for a flex data Grid , which has 200 rows of data and only 50 are visible at one shot. To see next 50 you need to scroll . Can someone give an explanation of the number as well ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flex DataGroups use virtualization, meaning only visible items are rendered.
Per Flex 4: Understanding DataGroups and VirtualLayouts