Ok kids, this is the latest - I just put a loop on that fires a recalculation 
every 3 seconds or so. Yes, there's a lag but I'd rather have a delayed resize 
than no resize at all. Having too many event listeners to catch and resize 
multiple datagrids based on one dragDrop event doesn't work well and starts to 
short circuit DataGrid's rendering. We're looking into adding a mechanism to 
toggle the loop and avoid memory leaks from leaving it on when it's not needed.


--- In [email protected], "atomilux" <atomi...@...> wrote:
>
> I did post a clean version, look at older posts. Take out the event listeners 
> if you need something clearer. Otherwise, every other bit of code (XML data, 
> XML processing, MXML) should allow you to get the gist of it (allow resizing 
> of DataGrids on drag/drop GUI events).
> 
> For other developers: there has been a bug corollary to the number of hacks 
> we put on the mx:DataGrid. As in, we added the hacks and the DataGrid started 
> having serious rendering issues.
>


Reply via email to