I had a strange issue recently with an ADG where both those properties were set to true and the scrollbar wouldn't go all the way down to the last item in the grid. The only thing that fixed it was to take the height attribute off completely. Lots of trial-and-error.
-Alex --- In [email protected], Alex Harui <[EMAIL PROTECTED]> wrote: > > I would imagine something like that would be possible if you had a custom renderer that wasn't hooked up to handle wordwrap properly. I don't recall such an issue with default renderers, but I'm not sure which version you are referring to. > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay > Sent: Thursday, November 20, 2008 9:12 PM > To: [email protected] > Subject: [flexcoders] Datgrid wordWrap="true" with variableRowHeight="true" issue > > > We have a datagrid (v1.01 as3) that has variableRowHeight="true" and > variableRowHeight="true", when the first row of the datgrid has enough > data to cause a wrap, then all other rows work fine. However if the > first row does not cause a wrap then no other rows wrap. > > I tried searching to see if anyone else reported this behavior and > can't find anyone talking about it. > > Has anyone here encountered this problem, and is there a solution? > > Paul >

