Hey, I haven't had a chance to reply to your message earlier. But the workaround is to recreate the grid columns array and set it back on the grid. I am creating the datagrid columns programmatically and hence it was easier for me. Not sure how you are doing it.
- venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > There might be a workaround, I just haven't tried to figure one out. If > you set the resizable property on every column you want to lock down, > you might have success changing resizable back to true after the > updateComplete after the column is made visible again. > > > > ________________________________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of dfalling > Sent: Monday, January 07, 2008 6:28 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: DataGridColumn width shrinks when visibility > is toggled > > > > Sadly I'm kind of locked into Flex 2 for now. I was hoping there was > a known workaround to fix this. > > --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > , "Alex Harui" <aharui@> wrote: > > > > Flex 3 should be better at this than Flex 2. horizontalScrollPolicy, > > resizable properties can also help. >