Glen:

thank you!

That works perfectly.

~Bill

----------------------------------------------------------------------

Message: 1
Date: Mon, 05 Sep 2011 17:18:34 +0100
From: Glen Pike <g...@engineeredarts.co.uk>

Hi,

I remember having to hack this in Flash for a list component, you should be able to set the style, but you need to use GrantSkinners workaround http://gskinner.com/blog/archives/2007/05/variable_scroll.html

Edit your skin, then include Grant's fl.controls.List or whatever - that includes Scrollbar code.

    Set your width using the setStyle props.

_list.setStyle("scrollBarWidth",40);
_list.setStyle("scrollArrowHeight", 40);

HTH


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to