[flexcoders] Re: Datgrid wordWrap="true" with variableRowHeight="true" issue

2008-11-21 Thread oneworld95
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 flexcoders@yaho

[flexcoders] Re: Datgrid wordWrap="true" with variableRowHeight="true" issue

2008-11-21 Thread Tim Hoff
If you're using a custom itemRenderer, try adding super.indalidateDisplayList(); in the set data method. -TH --- In flexcoders@yahoogroups.com, 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 ha