From 2ba42867e4f4c3a8418711ae8c4a9e82063a785f Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Tue, 6 May 2008 18:10:14 +0000 Subject: [PATCH] expose the AmbidextrousList scrollBarOnLeft property git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@484 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/PlayerList.as | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/as/com/threerings/flex/PlayerList.as b/src/as/com/threerings/flex/PlayerList.as index 7f3731c9..59c66054 100644 --- a/src/as/com/threerings/flex/PlayerList.as +++ b/src/as/com/threerings/flex/PlayerList.as @@ -67,6 +67,16 @@ public class PlayerList extends VBox _players.sort = sort; } + public function get scrollBarOnLeft () :Boolean + { + return _list.scrollBarOnLeft; + } + + public function set scrollBarOnLeft (onLeft :Boolean) :void + { + _list.scrollBarOnLeft = onLeft; + } + public function clear () :void { _values.clear();