Hi, I ahve done this .I have replaced following line of code: var bInverted:Boolean = this.placement == "right";
in calcVertScrollBarRect() method of Scrollable Axis Renderer class with the following line:
var bInverted:Boolean = this.placement == "left";
and i n addition to this I have removed placement="right" property from VerticalAxisRenderer.
Thanks alot for creating such a wonder full sample
{syntaxhighlighter OPTIONS}...{/syntaxhighlighter}
More information about formatting options
Contact
Hi, I ahve done this
Hi,
I ahve done this .I have replaced following line of code:
var bInverted:Boolean = this.placement == "right";
in calcVertScrollBarRect() method of Scrollable Axis Renderer class with the following line:
var bInverted:Boolean = this.placement == "left";
and i n addition to this I have removed placement="right" property from VerticalAxisRenderer.
Thanks alot for creating such a wonder full sample