[flexcoders] Scrolling with custom item renderers

2008-11-21 Thread jimmy5804
I have a VBox-based custom component (call it 'A') that displays some data in a list of windowshade-ish item renderers. My problem is A doesn't scroll when its child renderers exceed its dimensions. Here are the relevant factors as far as I'm aware: -scrollpolicy is set to "auto" ("on" shows a di

RE: [flexcoders] Scrolling with custom item renderers

2008-11-22 Thread Alex Harui
Set minWidth=0 on your component. You may also need to fix its size based on its parent's size From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jimmy5804 Sent: Friday, November 21, 2008 10:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Scrolling with c