Fundamentally, you have to share something between grids. If you can, store an extra field in the data provider with the desired height of the row. If you can't do that, you could build a separate shared data provider of heights.
Another trick which might have performance issues, is to hide a multi-line text component in each child's custom renderer. Then you won't see it, but it should compute to the same size. -Alex ________________________________________ From: ActionScript Man [[email protected]] Sent: Thursday, May 15, 2014 11:44 AM To: [email protected] Subject: Re: Flex 3.6 - Keeping Rows of Four Side-By-Side Grids Vertically Aligned Thank you for the suggestion. I have been thinking along those lines, but I'm unclear about how a custom item renderer in the three "child" grids can know, for a specific row, the height of the same row in the "parent" grid. If row 1 of the "parent" grid has a height of 35 pixels, and row 2 has a height of 57 pixels, then how would the custom item renderer in a "child" grid obtain each of these values when appropriate from the "parent" grid? Thanks again! Greg -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Re-Flex-3-6-Keeping-Rows-of-Four-Side-By-Side-Grids-Vertically-Aligned-tp6423p6434.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
