[flexcoders] Re: Can't see scrollbars on an MX list in a Spark TitleWindow

2011-09-09 Thread Nick Middleweek
Mmmm, I must be doing something silly, I've also tried this using MX only
components, so MX:TitleWindow with an MX:List.

Here's my code: http://pastebin.com/ZkzPQBgJ

... and I'm not getting any Scrollbars on the List... height = 100%,
TitleWindow.height=250.


Can anyone see what I'm missing?


Cheers,
Nick



On 9 September 2011 16:31, Nick Middleweek n...@middleweek.co.uk wrote:

 Hi,

 Are there any obvious reasons why my MX List won't show scrollbars. It's
 tucked inside a Spark TitleWindow.

 The list has verticalScrollPolicy = on, width and height = 100% and the
 TitleWindow is width = 400, height = 250.

 There is enough data so the List should render scrollbars.


 Thanks,
 Nick




[flexcoders] Re: Can't see scrollbars on an MX list in a Spark TitleWindow

2011-09-09 Thread turbo_vb
Have you tried setting an explicit height for the List?

-TH

--- In flexcoders@yahoogroups.com, Nick Middleweek nick@... wrote:

 Mmmm, I must be doing something silly, I've also tried this using MX only
 components, so MX:TitleWindow with an MX:List.
 
 Here's my code: http://pastebin.com/ZkzPQBgJ
 
 ... and I'm not getting any Scrollbars on the List... height = 100%,
 TitleWindow.height=250.
 
 
 Can anyone see what I'm missing?
 
 
 Cheers,
 Nick
 
 
 
 On 9 September 2011 16:31, Nick Middleweek nick@... wrote:
 
  Hi,
 
  Are there any obvious reasons why my MX List won't show scrollbars. It's
  tucked inside a Spark TitleWindow.
 
  The list has verticalScrollPolicy = on, width and height = 100% and the
  TitleWindow is width = 400, height = 250.
 
  There is enough data so the List should render scrollbars.
 
 
  Thanks,
  Nick