jiangtiandao / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

DataGrid variableRowHeight creates empty space when true #250

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a data grid and bind the dataProvider to a data set containing text.
2. Turn on wordWrap so that at least one of the rows has a column that is
longer than the width of the column and has to wrap.
3. Set the rowCount of the DataGrid=dataProvider.length.

What is the expected output? What do you see instead?
You would expect to see a DataGrid that is as long as the longest column of
text. Instead, the DataGrid's height is equal to the height it would be if
variableRowHeight were set to false.

What version of the product are you using? On what operating system?
flex sdk 3.4, windows 7 ultimate x64 build 7100.

Please provide any additional information below.

Original issue reported on code.google.com by Jonbeesh@gmail.com on 26 Oct 2009 at 6:54

GoogleCodeExporter commented 8 years ago
As far as I can tell this isn't a FlexLib issue, it's a problem with the Flex 
SDK
DataGrid component. Issues with the SDK components should be filed in Adobe's 
JIRA
bug database: http://bugs.adobe.com/flex/

Original comment by dmcc...@gmail.com on 26 Oct 2009 at 3:10