If horizontalScrollPolicy="off" (default) all columns are packed onto the screen and some will be adjusted so they fit. If you know which column you want to see shrink as the other grows, set that column's size as well.
For the other horizontalScrollPolicy values, you shouldn't have this problem Alex Harui Flex SDK Developer Adobe Systems Inc.<http://www.adobe.com/> Blog: http://blogs.adobe.com/aharui From: [email protected] [mailto:[email protected]] On Behalf Of Nick Middleweek Sent: Tuesday, August 25, 2009 12:28 PM To: [email protected] Subject: [flexcoders] Resizeble columns that don't shrink the neighbouring column Hello, I'm working on someone elses code, it's an Advanced Data Grid that has resizeable columns. When column A is made bigger, this makes Column B smaller which is annoying the users. Is there a way to prevent this or do I have to write my code to support this feature? Thanks in advance, Nick

