On 2/7/06, Jonathan Miranda <[EMAIL PROTECTED]> wrote: > In Flex Alpha, setting the panel marginLeft and marginRight to 0, resulted in > the side borders from the header being gone. > > Anyone know how in Beta to get rid of the side borders that come from the > header of a Panel?
In Beta 1, the margins are already 0, and the gray area is outside of the margins. And that's going to change again :) For now, the only way is to extend Panel and override the "viewMetrics" property to deduct 10 px. from both sides. Sorry about that. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

