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();