When variableRowHeight is set to true on AdvancedDataGrid, (a) mx.controls.AdvancedDataGrid ignores attributes such as rowCount. (b) there is no way to figure out the height of the AdvancedDataGrid instance because we don’t know how much height we will need to show the rows of data in our dataProvider. We can set the height to maxHeight […]