[flexcoders] DataGrid, rowCount, variableRowHeight and wordWrap

2006-08-25 Thread Shannon Hicks
I have a DataGrid that I want to always show all 5 rows it will have. The problem is, I have variableRowHeight set to true, and when the grid gets populated with something that makes the row grow in height (or the window size changes, etc), the scrollbars appear. I'd like the grid to

Re: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Manish Jethani
On 12/19/05, yaagcur [EMAIL PROTECTED] wrote: I have a datagrid which I want populated by data which I know has 20 records If I set rowcount=20 , I get 19 showing with a scroll bar. Scrolling down gives me the final row of data plus another empty row I don't remember exactly, but I think

RE: [flexcoders] DataGrid rowcount (2.0)

2005-12-19 Thread Joan Tan
This is a logged bug that there is an extra row in the DataGrid or List. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yaagcur Sent: Sunday, December 18, 2005 2:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid rowcount (2.0) I

[flexcoders] DataGrid rowcount (2.0)

2005-12-18 Thread yaagcur
I have a datagrid which I want populated by data which I know has 20 records If I set rowcount=20 , I get 19 showing with a scroll bar. Scrolling down gives me the final row of data plus another empty row Setting vScrollPolicy=off just gives 19 rows Am I doing something wrong or is this a bug?

[flexcoders] datagrid rowcount

2005-07-31 Thread Andrew Spaulding
Hi all, I would like to only have 5 rows in the datagrid but cannot get it to work. It always seems to keep the rowCount default of 7. I am setting the rowCount in the mxml tags by rowCount=5 and my dataProvider length is also 5. I am not setting the height on the datagrid so this shouldnt be

RE: [flexcoders] datagrid rowcount

2005-07-31 Thread Matt Chotin
Hmm, what happens if you set it to something higher than 7, does it take effect then? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Sunday, July 31, 2005 5:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid

[flexcoders] Datagrid rowcount

2005-04-01 Thread Tom Fitzpatrick
Setting a datagrid's variableRowHeight property to true (and enabling wordwrap in one of the columns) seems to make it impossible to reset the rowCount, which stays at the default of 6 rows even though I define the rowCount property as 2 (or try to have it match the length of the

RE: [flexcoders] Datagrid rowcount

2005-04-01 Thread Ashish Goyal
;) It will work really well if your row height (row content) is fixed. -Ashish -Original Message- From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid rowcount Setting a datagrid's variableRowHeight