Re: [flexcoders] DataGrid vs List ?

2010-04-16 Thread Alex Harui
leweek To: flexcoders@yahoogroups.com Sent: Fri, 16 April, 2010 9:49:03 Subject: [flexcoders] DataGrid vs List ? Hi, Just curious... But why would you use a List control when you can use a DataGrid with one Column? Are there benefits over specifically using a List? It seems that a DG is a

Re: [flexcoders] DataGrid vs List ?

2010-04-16 Thread Angelo Anolin
Nick, Just my thought. I believe rendering datagrid is much slower than a list even if it is only for a single column. Angelo   From: Nick Middleweek To: flexcoders@yahoogroups.com Sent: Fri, 16 April, 2010 9:49:03 Subject: [flexcoders] DataGrid vs List

[flexcoders] DataGrid vs List ?

2010-04-16 Thread Nick Middleweek
Hi, Just curious... But why would you use a List control when you can use a DataGrid with one Column? Are there benefits over specifically using a List? It seems that a DG is a List but supports multiple columns... Thanks, Nick