RE: [flexcoders] DataGrid automatic height

2006-02-28 Thread Matt Chotin
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Monday, February 27, 2006 6:43 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height rowCount is read-only if ya use variableRowHeight=true. So no word

RE: [flexcoders] DataGrid automatic height

2006-02-28 Thread Jonathan Miranda
: RE: [flexcoders] DataGrid automatic height Found it: in B1 the function is named calculateHeight: http://livedocs.macromedia.com/labs/1/flex/langref/mx/controls/listclasses/ListBase.html#calculateHeight() Set your DP, then set height equal to that value. In B2 the function

RE: [flexcoders] DataGrid automatic height

2006-02-28 Thread Matt Chotin
, 2006 11:44 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height Does it work with variableRowHeight=true? And how is calculate height actually getting the individual row heights? Reason I ask is I am still trying to find a way to find an individual row

RE: [flexcoders] DataGrid automatic height

2006-02-28 Thread Jonathan Miranda
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Tuesday, February 28, 2006 12:56 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height Yes it should work with variableRowHeight and if you specify a starting index of 1

RE: [flexcoders] DataGrid automatic height

2006-02-27 Thread Jonathan Miranda
please request a hard-copy version. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Sunday, February 26, 2006 6:28 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height Have you guys set rowCount

RE: [flexcoders] DataGrid automatic height

2006-02-26 Thread Matt Chotin
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height If you can find a way to find out rowHeight by actionscript with variableRowHeight=true, more power to you Im still stumped on this. _ Jonathan Miranda Flexible Master

[flexcoders] DataGrid automatic height

2006-02-24 Thread Alberto Albericio Salvador
Hi all, Is there any property on the DataGrid component to automatically resize the datagrid to show the number of items of its dataProvider? I use height=dataProviders.length * Number but it's not exact enough Thanks -- Alberto Albericio Salvador Aura S.A. Seguros Departamento Informática

RE: [flexcoders] DataGrid automatic height

2006-02-24 Thread Jonathan Miranda
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio Salvador Sent: Friday, February 24, 2006 6:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid automatic height Hi all, Is there any property on the DataGrid component to automatically

RE: [flexcoders] DataGrid automatic height

2006-02-24 Thread Dustin Mercer
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Friday, February 24, 2006 7:23 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height Id love to figure this out also, especially if you use variableRowHeight=true

RE: [flexcoders] DataGrid automatic height

2006-02-24 Thread Jonathan Miranda
is required please request a hard-copy version. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dustin Mercer Sent: Friday, February 24, 2006 11:40 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DataGrid automatic height What did you use for number