[flexcoders] DataGrid scroll size on data load

2008-06-10 Thread jmfillman
When I load data into a DataGrid, the right most field often gets cut off. The column widths are set when the application loads. The question is, how do I make it expand dynamically to adjust to the width of the longest field in the column?

RE: [flexcoders] DataGrid scroll size on data load

2008-06-10 Thread Alex Harui
] DataGrid scroll size on data load When I load data into a DataGrid, the right most field often gets cut off. The column widths are set when the application loads. The question is, how do I make it expand dynamically to adjust to the width of the longest field in the column?

[flexcoders] DataGrid Scroll Size

2006-11-08 Thread Chad Callahan
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px. When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it. Is there a way to make the DataGrid scroll

[flexcoders] DataGrid Scroll Size

2006-11-07 Thread t8.chad
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px. When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it. Is there a way to make the DataGrid scroll

[flexcoders] DataGrid Scroll Size

2006-11-06 Thread Chad Callahan
I have a DataGrid that is 400 px in height but many of the rows in the DataGrid are taller than 400 px. When viewing a tall row, I scroll the DataGrid down to see the rest of the row but it skips to the next row instead of scrolling through it. Is there a way to make the DataGrid scroll